mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
4aabb2de22
Reviewed by: David O'Brien
13 lines
238 B
Makefile
13 lines
238 B
Makefile
#
|
|
# $Id: Makefile,v 1.2 1999/01/30 05:06:53 semen Exp $
|
|
#
|
|
|
|
PROG= mount_ntfs
|
|
SRCS= mount_ntfs.c getmntopts.c
|
|
MAN8= mount_ntfs.8
|
|
|
|
MOUNT= ${.CURDIR}/../mount
|
|
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
|
|
.PATH: ${MOUNT}
|
|
|
|
.include <bsd.prog.mk>
|