NetBSD/sbin/mount_null/Makefile

13 lines
275 B
Makefile

# from: @(#)Makefile 8.3 (Berkeley) 3/27/94
# $Id: Makefile,v 1.4 1994/12/22 10:46:12 cgd Exp $
PROG= mount_null
SRCS= mount_null.c getmntopts.c
MAN= mount_null.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>