mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 14:39:37 +00:00
b53e8a34e6
The root floppy is now gone. I shall not mourn its passing. Everything we need is on boot.flp or the bindist.
14 lines
268 B
Makefile
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>
|
|
|
|
|