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
|
1994-06-08 23:27:32 +04:00
|
|
|
|
2002-08-19 14:16:51 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
1994-06-08 23:27:32 +04:00
|
|
|
PROG= mount_union
|
|
|
|
SRCS= mount_union.c getmntopts.c
|
1994-12-22 13:44:04 +03:00
|
|
|
MAN= mount_union.8
|
1994-06-08 23:27:32 +04:00
|
|
|
|
2002-08-19 14:16:51 +04:00
|
|
|
MOUNT= ${NETBSDSRCDIR}/sbin/mount
|
|
|
|
CPPFLAGS+= -I${NETBSDSRCDIR}/sys -I${MOUNT}
|
1997-05-09 01:11:01 +04:00
|
|
|
.PATH: ${MOUNT}
|
1994-06-08 23:27:32 +04:00
|
|
|
|
2002-09-21 22:43:31 +04:00
|
|
|
DPADD+=${LIBUTIL}
|
|
|
|
LDADD+=-lutil
|
|
|
|
|
1994-06-08 23:27:32 +04:00
|
|
|
.include <bsd.prog.mk>
|