mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 07:14:26 +01:00
0a5779d45b
- MAN[1-9] -> MAN.
9 lines
168 B
Makefile
9 lines
168 B
Makefile
# From: @(#)Makefile 8.3 (Berkeley) 1/25/94
|
|
# $FreeBSD$
|
|
|
|
PROG= mountd
|
|
CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS
|
|
MAN= exports.5 netgroup.5 mountd.8
|
|
|
|
.include <bsd.prog.mk>
|