NetBSD/sbin/mount_kernfs/Makefile

13 lines
263 B
Makefile
Raw Normal View History

# from: @(#)Makefile 8.2 (Berkeley) 3/27/94
# $Id: Makefile,v 1.4 1994/06/08 19:15:25 mycroft Exp $
1993-07-30 05:00:27 +04:00
PROG= mount_kernfs
SRCS= mount_kernfs.c getmntopts.c
1993-07-30 05:00:27 +04:00
MAN8= mount_kernfs.0
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>