NetBSD/sbin/mount_procfs/Makefile

13 lines
263 B
Makefile
Raw Normal View History

# from: @(#)Makefile 8.4 (Berkeley) 3/27/94
# $Id: Makefile,v 1.4 1994/06/08 19:25:35 mycroft Exp $
1993-08-24 21:16:54 +04:00
PROG= mount_procfs
SRCS= mount_procfs.c getmntopts.c
MAN8= mount_procfs.0
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
1993-08-24 17:18:05 +04:00
.include <bsd.prog.mk>