diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-24 00:41:50 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-24 00:41:50 +0000 |
| commit | 8f998cf2024a9ab7178fb42e041bf37e690bdbe8 (patch) | |
| tree | b6154c5b7096bd33d950b65a8de4be7b0eeae766 | |
| parent | d3c39340bc7ac25e5bd9b0ba5e882af1a4a8c0e6 (diff) | |
Notes
| -rw-r--r-- | sys/i386/boot/biosboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile index 3fbf750add5f..df9f049c1640 100644 --- a/sys/i386/boot/biosboot/Makefile +++ b/sys/i386/boot/biosboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.24 1995/01/20 07:48:14 wpaul Exp $ +# $Id: Makefile,v 1.25 1995/01/20 07:52:42 wpaul Exp $ # PROG= boot @@ -54,5 +54,5 @@ beforeinstall: boot1 ${DESTDIR}${BINDIR}/sdboot install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}\ boot2 ${DESTDIR}${BINDIR}/bootsd - + .include <bsd.prog.mk> |
