NetBSD/sbin/mount_union/Makefile

16 lines
272 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 2005/06/27 01:00:06 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
1994-12-22 13:44:04 +03:00
MAN= mount_union.8
CPPFLAGS+= -I${NETBSDSRCDIR}/sys
2002-09-21 22:43:31 +04:00
DPADD+=${LIBUTIL}
LDADD+=-lutil
.include <bsd.prog.mk>