]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sbin/mount_hpfs/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sbin / mount_hpfs / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 PROG=   mount_hpfs
6 SRCS=   mount_hpfs.c getmntopts.c
7 MAN=    mount_hpfs.8
8
9 MOUNT=  ${.CURDIR}/../mount
10 CFLAGS+=-I${MOUNT} -DHPFS
11 WARNS?= 0
12
13 .PATH:  ${MOUNT}
14
15 .include <bsd.prog.mk>