diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-12 13:54:42 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-12 13:54:42 +0000 |
commit | 1b23a3102ed078a03f0d4ad56253281f17dce1ac (patch) | |
tree | 3ced389ef8301c5ba327af87e80a53f790671069 /sys/boot/i386/btx/lib/Makefile | |
parent | 14eeafe476090c9595254586edfe449953cc476f (diff) | |
download | FreeBSD-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/i386/btx/lib/Makefile')
-rw-r--r-- | sys/boot/i386/btx/lib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/i386/btx/lib/Makefile b/sys/boot/i386/btx/lib/Makefile index 5a71cb8..40c6565 100644 --- a/sys/boot/i386/btx/lib/Makefile +++ b/sys/boot/i386/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 |