diff options
author | julian <julian@FreeBSD.org> | 1997-07-22 02:51:02 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1997-07-22 02:51:02 +0000 |
commit | 4868503a07e7bdfed27c6d43a80d6316ac76daae (patch) | |
tree | 39b1337a8870852d17b3798cf7877279646cfd57 /release/floppies/Makefile | |
parent | f380543fc88e9e17ac186273a619c54284d8975d (diff) | |
download | FreeBSD-src-4868503a07e7bdfed27c6d43a80d6316ac76daae.zip FreeBSD-src-4868503a07e7bdfed27c6d43a80d6316ac76daae.tar.gz |
update the floppies directory to work better
Diffstat (limited to 'release/floppies/Makefile')
-rw-r--r-- | release/floppies/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/release/floppies/Makefile b/release/floppies/Makefile index 8d5b150..01629be 100644 --- a/release/floppies/Makefile +++ b/release/floppies/Makefile @@ -1,9 +1,7 @@ -# $Id$ +# $Id: Makefile,v 1.6 1997/07/16 12:24:13 julian Exp $ # -SUBDIR= boot fixit -PROG=write_mfs_in_kernel -NOMAN=yes +SUBDIR= bin boot fixit -.include <bsd.prog.mk> +.include <bsd.subdir.mk> |