NetBSD/sbin/mount_union/Makefile

13 lines
283 B
Makefile
Raw Normal View History

1997-10-10 23:47:50 +04:00
# $NetBSD: Makefile,v 1.9 1997/10/10 19:51:39 christos Exp $
1997-09-16 16:32:03 +04:00
# @(#)Makefile 8.4 (Berkeley) 7/13/94
PROG= mount_union
SRCS= mount_union.c getmntopts.c
1994-12-22 13:44:04 +03:00
MAN= mount_union.8
MOUNT= ${.CURDIR}/../mount
1997-10-10 23:47:50 +04:00
CPPFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>