freebsd-dev/sbin/mount_nullfs/Makefile
2001-03-20 18:13:31 +00:00

12 lines
211 B
Makefile

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