diff options
Diffstat (limited to 'sbin/mount_nullfs/Makefile')
-rw-r--r-- | sbin/mount_nullfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_nullfs/Makefile b/sbin/mount_nullfs/Makefile index 3f8b3ef94b02..f7670ab46868 100644 --- a/sbin/mount_nullfs/Makefile +++ b/sbin/mount_nullfs/Makefile @@ -1,8 +1,8 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 +# $FreeBSD$ PROG= mount_null SRCS= mount_null.c getmntopts.c -MAN8= mount_null.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} |