freebsd-dev/release/floppies/Makefile
Jordan K. Hubbard b53e8a34e6 Sha-ZAM!
The root floppy is now gone.  I shall not mourn its passing.
Everything we need is on boot.flp or the bindist.
1996-05-29 01:35:33 +00:00

14 lines
268 B
Makefile

# $Id: Makefile,v 1.1 1996/05/21 01:12:20 julian Exp $
#
SUBDIR= boot 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>