]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/mount_hpfs/Makefile
This commit was generated by cvs2svn to compensate for changes in r99179,
[FreeBSD/FreeBSD.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>