mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
10 lines
160 B
Makefile
10 lines
160 B
Makefile
# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $
|
|
#
|
|
PROG=wmik
|
|
SRCS=write_mfs_in_kernel.c
|
|
NOMAN=yes
|
|
.PATH: ${.CURDIR}/../../..
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|