freebsd-dev/release/floppies/Makefile
Julian Elischer 43e4c0c1fa stand alone (kinda) floppy generation..
you still need tohave done a make world and have made 'sysinstall'
this should not interfere with existing code as it's standalone.
write_mfs_in_kernel.c is duplicated alsewhere.. one will go ..
1996-05-21 01:12:48 +00:00

14 lines
272 B
Makefile

# $Id: Makefile,v 1.214 1996/05/02 08:18:28 jkh Exp $
#
SUBDIR= boot root fixit
PROG=write_mfs_in_kernel
NOMAN=yes
#write_mfs_in_kernel: ${.CURDIR}/write_mfs_in_kernel.c
# ${CC} ${CFLAGS} -o write_mfs_in_kernel ${.CURDIR}/write_mfs_in_kernel.c
.include <bsd.prog.mk>