1994-05-26 06:35:07 +00:00
|
|
|
# @(#)Makefile 8.3 (Berkeley) 3/27/94
|
|
|
|
|
|
|
|
PROG= mount_null
|
|
|
|
SRCS= mount_null.c getmntopts.c
|
1994-08-05 02:42:42 +00:00
|
|
|
MAN8= mount_null.8
|
1994-05-26 06:35:07 +00:00
|
|
|
|
|
|
|
MOUNT= ${.CURDIR}/../mount
|
1994-11-20 22:41:03 +00:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
|
1994-05-26 06:35:07 +00:00
|
|
|
.PATH: ${MOUNT}
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|