13 lines
273 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 1997/05/08 21:11:24 gwr Exp $
# @(#)Makefile 8.3 (Berkeley) 3/27/94
PROG= mount_null
SRCS= mount_null.c getmntopts.c
1994-12-22 10:44:04 +00:00
MAN= mount_null.8
MOUNT= ${.CURDIR}/../mount
1994-08-03 21:07:10 +00:00
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>