NetBSD/sbin/mount_procfs/Makefile

13 lines
263 B
Makefile
Raw Normal View History

1997-10-10 23:47:50 +04:00
# $NetBSD: Makefile,v 1.9 1997/10/10 19:51:16 christos Exp $
# @(#)Makefile 8.4 (Berkeley) 3/27/94
1993-08-24 21:16:54 +04:00
PROG= mount_procfs
SRCS= mount_procfs.c getmntopts.c
1994-12-22 13:44:04 +03:00
MAN= mount_procfs.8
MOUNT= ${.CURDIR}/../mount
1997-10-10 23:47:50 +04:00
CPPFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
1993-08-24 17:18:05 +04:00
.include <bsd.prog.mk>