]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - sbin/mount_hpfs/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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
12 .PATH:  ${MOUNT}
13
14 .include <bsd.prog.mk>