]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sbin/mount_hpfs/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>