NetBSD/sbin/mount_chfs/Makefile

17 lines
297 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2013/08/11 06:04:38 dholland Exp $
2011-11-24 19:54:54 +04:00
#
.include <bsd.own.mk>
PROG= mount_chfs
SRCS= mount_chfs.c fattr.c pathadj.c
MAN= mount_chfs.8
MOUNT= ${NETBSDSRCDIR}/sbin/mount
.PATH: ${MOUNT}
CPPFLAGS+= -I${MOUNT}
DPADD+= ${LIBUTIL}
LDADD+= -lutil
.include <bsd.prog.mk>