freebsd-dev/sbin/mount_ntfs/Makefile

18 lines
213 B
Makefile
Raw Normal View History

#
1999-08-28 00:22:10 +00:00
# $FreeBSD$
#
PROG= mount_ntfs
SRCS= mount_ntfs.c getmntopts.c
MAN= mount_ntfs.8
DPADD= ${LIBUTIL}
LDADD= -lutil
MOUNT= ${.CURDIR}/../mount
CFLAGS+=-I${MOUNT}
WARNS= 0
.PATH: ${MOUNT}
.include <bsd.prog.mk>