NetBSD/sbin/mount_null/Makefile

13 lines
280 B
Makefile
Raw Normal View History

1997-10-10 23:47:50 +04:00
# $NetBSD: Makefile,v 1.8 1997/10/10 19:50:52 christos Exp $
# @(#)Makefile 8.3 (Berkeley) 3/27/94
PROG= mount_null
SRCS= mount_null.c getmntopts.c
1994-12-22 13:44:04 +03:00
MAN= mount_null.8
MOUNT= ${.CURDIR}/../mount
1997-10-10 23:47:50 +04:00
CPPFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>