14 lines
272 B
Makefile
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>
|
||
|
|
||
|
|