1994-06-08 23:23:02 +04:00
|
|
|
# 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
|
|
|
|
1994-01-12 23:21:45 +03:00
|
|
|
PROG= mount_procfs
|
1994-06-08 23:23:02 +04:00
|
|
|
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>
|