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