diff options
author | jkh <jkh@FreeBSD.org> | 1998-10-01 09:57:09 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-10-01 09:57:09 +0000 |
commit | 5b11e527361dc6279982c78cd72f2438aad9696e (patch) | |
tree | f5f9d4a7b82a45526cbd628d7f73921bb2072410 | |
parent | 5093f1ad5b97c495f0b1746cac536f907d84df36 (diff) | |
download | FreeBSD-src-5b11e527361dc6279982c78cd72f2438aad9696e.zip FreeBSD-src-5b11e527361dc6279982c78cd72f2438aad9696e.tar.gz |
Override STRIP so installation doesn't try to strip the loader.
-rw-r--r-- | sys/boot/i386/loader/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index 918e915..2884743 100644 --- a/sys/boot/i386/loader/Makefile +++ b/sys/boot/i386/loader/Makefile @@ -1,8 +1,9 @@ -# $Id: Makefile,v 1.7 1998/09/26 01:31:10 msmith Exp $ +# $Id: Makefile,v 1.8 1998/09/30 22:37:47 peter Exp $ BASE= loader PROG= ${BASE} NOMAN= +STRIP= NEWVERSWHAT= "bootstrap loader" BINDIR?= /boot |