NetBSD/sbin/mount_filecore/Makefile

15 lines
262 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.1 1998/08/14 03:38:51 mark Exp $
#
# Makefile 1.0 1998/6/26
PROG= mount_filecore
SRCS= mount_filecore.c getmntopts.c
#MAN= mount_filecore.8
NOMAN=
MOUNT= ${.CURDIR}/../mount
CPPFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>