freebsd-dev/sbin/mount_hpfs/Makefile

16 lines
189 B
Makefile
Raw Normal View History

1999-12-09 19:10:13 +00:00
#
# $FreeBSD$
#
PROG= mount_hpfs
SRCS= mount_hpfs.c getmntopts.c
MAN= mount_hpfs.8
1999-12-09 19:10:13 +00:00
MOUNT= ${.CURDIR}/../mount
CFLAGS+=-I${MOUNT} -DHPFS
WARNS?= 0
1999-12-09 19:10:13 +00:00
.PATH: ${MOUNT}
.include <bsd.prog.mk>