NetBSD/sbin/mount/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

15 lines
270 B
Makefile

# $NetBSD: Makefile,v 1.28 2003/03/22 12:44:04 jdolecek Exp $
# @(#)Makefile 8.6 (Berkeley) 5/8/95
.include <bsd.own.mk>
PROG= mount
MAN= mount.8
SRCS= mount.c vfslist.c
.if defined(RESCUEDIR)
CPPFLAGS+= -D_PATH_RESCUE=\"${RESCUEDIR}\"
.endif
.include <bsd.prog.mk>