1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00
freebsd/sbin/mount_nullfs/Makefile
1994-11-20 22:41:03 +00:00

12 lines
218 B
Makefile

# @(#)Makefile 8.3 (Berkeley) 3/27/94
PROG= mount_null
SRCS= mount_null.c getmntopts.c
MAN8= mount_null.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>