NetBSD/sbin/mount_union/Makefile
gwr 10e180cc49 Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
1997-05-08 21:11:01 +00:00

13 lines
276 B
Makefile

# $NetBSD: Makefile,v 1.7 1997/05/08 21:11:28 gwr Exp $
# @(#)Makefile 8.3 (Berkeley) 3/27/94
PROG= mount_union
SRCS= mount_union.c getmntopts.c
MAN= mount_union.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>