freebsd-dev/sbin/mount_nullfs/Makefile

12 lines
211 B
Makefile
Raw Normal View History

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