1998-08-14 18:36:52 +04:00
|
|
|
# $NetBSD: Makefile,v 1.2 1998/08/14 14:36:52 mark Exp $
|
1998-08-14 07:38:51 +04:00
|
|
|
#
|
|
|
|
# Makefile 1.0 1998/6/26
|
|
|
|
|
|
|
|
PROG= mount_filecore
|
|
|
|
SRCS= mount_filecore.c getmntopts.c
|
1998-08-14 18:36:52 +04:00
|
|
|
MAN= mount_filecore.8
|
1998-08-14 07:38:51 +04:00
|
|
|
|
|
|
|
MOUNT= ${.CURDIR}/../mount
|
|
|
|
CPPFLAGS+= -I${MOUNT}
|
|
|
|
.PATH: ${MOUNT}
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|