freebsd-dev/sbin/mount_nullfs/Makefile

15 lines
227 B
Makefile
Raw Normal View History

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