NetBSD/sbin/mount_overlay/Makefile

18 lines
286 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 2005/02/05 15:14:25 xtraeme Exp $
2000-01-20 22:22:08 +03:00
# @(#)Makefile 8.3 (Berkeley) 3/27/94
.include <bsd.own.mk>
2000-01-20 22:22:08 +03:00
PROG= mount_overlay
SRCS= mount_overlay.c
2000-01-20 22:22:08 +03:00
MAN= mount_overlay.8
WARNS= 3
CPPFLAGS+= -I${NETBSDSRCDIR}/sys
DPADD+=${LIBUTIL}
LDADD+=-lutil
2000-01-20 22:22:08 +03:00
.include <bsd.prog.mk>