]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/mountd/Makefile
Remove spurious newline
[FreeBSD/FreeBSD.git] / usr.sbin / mountd / Makefile
1 #       From: @(#)Makefile      8.3 (Berkeley) 1/25/94
2 # $FreeBSD$
3
4 PROG=   mountd
5 SRCS=   mountd.c getmntopts.c
6 MAN=    exports.5 netgroup.5 mountd.8
7
8 MOUNT=  ${SRCTOP}/sbin/mount
9 CFLAGS+= -I${MOUNT}
10 WARNS?= 2
11
12 .PATH: ${MOUNT}
13
14 LIBADD= util
15
16 .include <bsd.prog.mk>