Merge from vendor branch DIFFUTILS:
[dragonfly.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 # $DragonFly: src/sbin/mount_hpfs/Makefile,v 1.2 2003/06/17 04:27:33 dillon Exp $
4 #
5
6 PROG=   mount_hpfs
7 SRCS=   mount_hpfs.c getmntopts.c
8 MAN=    mount_hpfs.8
9
10 MOUNT=  ${.CURDIR}/../mount
11 CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} -DHPFS
12 .PATH:  ${MOUNT}
13
14 .include <bsd.prog.mk>