summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-20 12:20:43 +0000
committerbde <bde@FreeBSD.org>1998-03-20 12:20:43 +0000
commit1a100b72e7e7b76cb6747ca6f01c1697970ea7a1 (patch)
treeb69489a1a66e88a197dcd6f754824377a98ee029
parent5e529e9107bfa87afea8251eee19e3bf508d8257 (diff)
downloadFreeBSD-src-1a100b72e7e7b76cb6747ca6f01c1697970ea7a1.zip
FreeBSD-src-1a100b72e7e7b76cb6747ca6f01c1697970ea7a1.tar.gz
Don't use beforedepend to complicate and break things. Just put
generated source files in SRCS.
-rw-r--r--usr.sbin/mkdosfs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/mkdosfs/Makefile b/usr.sbin/mkdosfs/Makefile
index 09fcc12..6a4663e 100644
--- a/usr.sbin/mkdosfs/Makefile
+++ b/usr.sbin/mkdosfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1997/02/22 16:06:35 peter Exp $
+# $Id: Makefile,v 1.4 1997/12/19 23:56:18 bde Exp $
PROG= mkdosfs
@@ -16,6 +16,7 @@ CFLAGS+= -Wall
#MKDOSFS_MAINTENANCE= yes
.if defined(MKDOSFS_MAINTENANCE)
+SRCS= mkdosfs.c bootcode.h
CFLAGS+= -I.
CLEANFILES+= bootcode.h
@@ -42,8 +43,6 @@ CLEANFILES+= *.obj *.bin *.com
dd bs=32 skip=1 of=${.TARGET} if=${.PREFIX}.tmp
rm -f ${.PREFIX}.tmp
-all beforedepend: bootcode.h
-
bootcode.h: bootcode.bin
@echo converting ${.TARGET} into ${.TARGET}...
@perl -e 'if(read(STDIN,$$buf,512)<512) { \
OpenPOWER on IntegriCloud