]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sbin/mount_hpfs/Makefile
MFC r319414:
[FreeBSD/stable/9.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>