Initial import from FreeBSD RELENG_4:
[games.git] / sbin / mount_hpfs / Makefile
1 #
2 # $FreeBSD: src/sbin/mount_hpfs/Makefile,v 1.1.2.1 2001/04/25 10:58:35 ru Exp $
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${.CURDIR}/../../sys -I${MOUNT} -DHPFS
11 .PATH:  ${MOUNT}
12
13 .include <bsd.prog.mk>