NetBSD/sbin/mount_overlay/Makefile
jdolecek 1edd42a9d2 move getmntopts(3) to libutil, build and install also it's manpage
bump libutil minor
adjust individual mount_*/Makefile to use libutil getmntopts(3)
2003-03-22 12:43:57 +00:00

16 lines
277 B
Makefile

# $NetBSD: Makefile,v 1.3 2003/03/22 12:44:01 jdolecek Exp $
# @(#)Makefile 8.3 (Berkeley) 3/27/94
.include <bsd.own.mk>
PROG= mount_overlay
SRCS= mount_overlay.c
MAN= mount_overlay.8
CPPFLAGS+= -I${NETBSDSRCDIR}/sys
DPADD+=${LIBUTIL}
LDADD+=-lutil
.include <bsd.prog.mk>