NetBSD/sbin/mount/Makefile

18 lines
425 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.27 2003/01/19 12:37:41 tsutsui Exp $
# @(#)Makefile 8.6 (Berkeley) 5/8/95
1993-03-21 12:45:37 +03:00
.include <bsd.own.mk>
1993-03-21 12:45:37 +03:00
PROG= mount
1994-12-22 13:44:04 +03:00
MAN= mount.8
SRCS= mount.c vfslist.c
# We do NOT install the getmntopts.3 man page.
# getmntopts.c in this directory is used by different mount programs which
# use .PATH directives to get it.
1993-03-21 12:45:37 +03:00
.if defined(RESCUEDIR)
CPPFLAGS+= -D_PATH_RESCUE=\"${RESCUEDIR}\"
.endif
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>