kernel - TMPFS - Initial port of NetBSD's tmpfs
[dragonfly.git] / sbin / mount_tmpfs / Makefile
blob8c430bcc4039bef6cd5b2f94dbb6404a1a0fd3ff
2 # $DragonFly: src/sbin/mount_hammer/Makefile,v 1.1 2007/10/10 19:35:19 dillon Exp $
4 PROG= mount_tmpfs
5 SRCS= mount_tmpfs.c getmntopts.c
6 MAN= mount_tmpfs.8
8 MOUNT= ${.CURDIR}/../mount
9 CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
10 .PATH: ${MOUNT}
12 .include <bsd.prog.mk>