mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 14:24:09 +01:00
404c1a5fc1
in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
11 lines
177 B
Makefile
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>
|