NetBSD/sbin/mount_union/Makefile

18 lines
281 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.13 2005/02/05 15:14:25 xtraeme 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
WARNS= 3
CPPFLAGS+= -I${NETBSDSRCDIR}/sys
2002-09-21 22:43:31 +04:00
DPADD+=${LIBUTIL}
LDADD+=-lutil
.include <bsd.prog.mk>