mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
8 lines
129 B
Makefile
8 lines
129 B
Makefile
# From: @(#)Makefile 8.3 (Berkeley) 1/25/94
|
|
# $FreeBSD$
|
|
|
|
PROG= mountd
|
|
MAN= exports.5 netgroup.5 mountd.8
|
|
|
|
.include <bsd.prog.mk>
|