11 lines
114 B
Makefile
11 lines
114 B
Makefile
# $FreeBSD$
|
|
#
|
|
PROG=wmik
|
|
SRCS=write_mfs_in_kernel.c
|
|
NOMAN=yes
|
|
.PATH: ${.CURDIR}/../../..
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|