NetBSD/sbin/mount_union/Makefile

13 lines
276 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 1995/03/18 14:58:21 cgd Exp $
# @(#)Makefile 8.3 (Berkeley) 3/27/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
1994-08-04 01:07:10 +04:00
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>