NetBSD/sbin/mount_union/Makefile

18 lines
346 B
Makefile
Raw Normal View History

2002-09-21 22:43:31 +04:00
# $NetBSD: Makefile,v 1.11 2002/09/21 18:43:38 christos Exp $
1997-09-16 16:32:03 +04:00
# @(#)Makefile 8.4 (Berkeley) 7/13/94
.include <bsd.own.mk>
PROG= mount_union
SRCS= mount_union.c getmntopts.c
1994-12-22 13:44:04 +03:00
MAN= mount_union.8
MOUNT= ${NETBSDSRCDIR}/sbin/mount
CPPFLAGS+= -I${NETBSDSRCDIR}/sys -I${MOUNT}
.PATH: ${MOUNT}
2002-09-21 22:43:31 +04:00
DPADD+=${LIBUTIL}
LDADD+=-lutil
.include <bsd.prog.mk>