summaryrefslogtreecommitdiffstats
path: root/sys/boot/ficl
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-12 13:54:42 +0000
committerobrien <obrien@FreeBSD.org>2002-05-12 13:54:42 +0000
commit1b23a3102ed078a03f0d4ad56253281f17dce1ac (patch)
tree3ced389ef8301c5ba327af87e80a53f790671069 /sys/boot/ficl
parent14eeafe476090c9595254586edfe449953cc476f (diff)
downloadFreeBSD-src-1b23a3102ed078a03f0d4ad56253281f17dce1ac.zip
FreeBSD-src-1b23a3102ed078a03f0d4ad56253281f17dce1ac.tar.gz
Back out last commit. I expect our bsd.*.mk gods to remove the need for
defining so many extra things in addition to INTERNALLIB. We don't like repetitive C code and we shouldn't for make code either.
Diffstat (limited to 'sys/boot/ficl')
-rw-r--r--sys/boot/ficl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile
index 08561ec..a1187e7 100644
--- a/sys/boot/ficl/Makefile
+++ b/sys/boot/ficl/Makefile
@@ -24,6 +24,8 @@ PROG= testmain
.else
LIB= ficl
INTERNALLIB= yes
+INTERNALSTATICLIB= yes
+NOPROFILE= yes
.include <bsd.lib.mk>
.endif
OpenPOWER on IntegriCloud