NetBSD/sbin/mount_kernfs/Makefile

15 lines
291 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 2002/08/19 10:16:57 lukem Exp $
# @(#)Makefile 8.2 (Berkeley) 3/27/94
1993-07-30 05:00:27 +04:00
.include <bsd.own.mk>
1993-07-30 05:00:27 +04:00
PROG= mount_kernfs
SRCS= mount_kernfs.c getmntopts.c
1994-12-22 13:44:04 +03:00
MAN= mount_kernfs.8
MOUNT= ${NETBSDSRCDIR}/sbin/mount
1997-10-10 23:47:50 +04:00
CPPFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>