summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/btx
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/pc98/btx
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/pc98/btx')
-rw-r--r--sys/boot/pc98/btx/lib/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/pc98/btx/lib/Makefile b/sys/boot/pc98/btx/lib/Makefile
index 5a71cb8..40c6565 100644
--- a/sys/boot/pc98/btx/lib/Makefile
+++ b/sys/boot/pc98/btx/lib/Makefile
@@ -5,6 +5,9 @@ AFLAGS+= -elf
LDFLAGS+= -elf
CLEANFILES+= crt0.o
INTERNALLIB= true
+NOMAN= true
+NOPIC= true
+NOPROFILE= true
all: crt0.o
OpenPOWER on IntegriCloud