Initial import from FreeBSD RELENG_4:
[dragonfly.git] / sbin / mount_null / Makefile
1 #       @(#)Makefile    8.3 (Berkeley) 3/27/94
2 # $FreeBSD: src/sbin/mount_null/Makefile,v 1.5.6.1 2001/04/25 10:58:38 ru Exp $
3
4 PROG=   mount_null
5 SRCS=   mount_null.c getmntopts.c
6 MAN=    mount_null.8
7
8 MOUNT=  ${.CURDIR}/../mount
9 CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
10 .PATH:  ${MOUNT}
11
12 .include <bsd.prog.mk>