HardenedBSD/usr.sbin/mountd/Makefile
Garrett Wollman 404c1a5fc1 Convert to our man installation style. Also fixed long-standing bug
in `fastboot'/`fasthalt' in which the interpreter would hang around
after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
1994-08-05 02:42:42 +00:00

11 lines
177 B
Makefile

# @(#)Makefile 8.3 (Berkeley) 1/25/94
PROG= mountd
CFLAGS+=-DNFS -DMFS -DCD9660
MAN5= exports.5 netgroup.5
MAN8= mountd.8
DPADD= ${LIBRPC}
LDADD= -lrpc
.include <bsd.prog.mk>