aboutsummaryrefslogtreecommitdiff
path: root/release/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-09-30 20:54:34 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-09-30 20:54:34 +0000
commitb8ecd49e5aef528c2fff447525d5dc006d8d7553 (patch)
tree3ba255102c86da790e84d619a5b60837e5f5e8b5 /release/Makefile
parent164cf414e8e10f1647a1f6cd5cb32c236ad02cdf (diff)
downloadsrc-b8ecd49e5aef528c2fff447525d5dc006d8d7553.tar.gz
src-b8ecd49e5aef528c2fff447525d5dc006d8d7553.zip
Finally conditionalize the SCSI frobbing code properly. This
should return kernel config saving (under the current a.out system) to its former functionality.
Notes
Notes: svn path=/head/; revision=39840
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 1be56576fb7d..2a1299134c2c 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.392 1998/09/24 02:01:07 jkh Exp $
+# $Id: Makefile,v 1.393 1998/09/28 17:17:49 jkh Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -632,6 +632,7 @@ fixit.flp:
write_mfs_in_kernel: ${.CURDIR}/write_mfs_in_kernel.c
${CC} ${CFLAGS} -o write_mfs_in_kernel ${.CURDIR}/write_mfs_in_kernel.c
+# Add -DDO_SCSI to CFLAGS to enable scsi frobbing support.
dumpnlist: ${.CURDIR}/dumpnlist.c
${CC} ${CFLAGS} -o dumpnlist ${.CURDIR}/dumpnlist.c