aboutsummaryrefslogblamecommitdiff
path: root/usr.sbin/mountd/Makefile
blob: ab32fa38e45daa7a9a7e28ff3f39c5984c1a996a (plain) (tree)
1
2
3
4
5
6
7
                                                      
           

              
                             
                                     
 




                                   
 
            
 
                      
#	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}

LIBADD=	util

.include <bsd.prog.mk>