summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mountd/Makefile
blob: c141d8a0c8d098e844daae6e7070aab262cd9b1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	From: @(#)Makefile	8.3 (Berkeley) 1/25/94
# $FreeBSD$

PROG=	mountd
SRCS=	mountd.c getmntopts.c
MAN=	exports.5 netgroup.5 mountd.8

MOUNT=  ${.CURDIR}/../../sbin/mount
CFLAGS+= -I${MOUNT}
WARNS?= 2

.PATH: ${MOUNT}

DPADD=	${LIBUTIL}
LDADD=	-lutil

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud