NetBSD/usr.sbin/mountd/Makefile

19 lines
352 B
Makefile
Raw Normal View History

2007-05-28 16:06:17 +04:00
# $NetBSD: Makefile,v 1.18 2007/05/28 12:06:37 tls Exp $
# @(#)Makefile 8.3 (Berkeley) 1/25/94
1993-03-21 12:45:37 +03:00
2007-05-28 16:06:17 +04:00
USE_FORT?= yes # network server
1993-03-21 12:45:37 +03:00
PROG= mountd
SRCS= mountd.c ipsec.c
1995-05-12 03:15:05 +04:00
MAN= exports.5 mountd.8
INETDDIR= ${.CURDIR}/../inetd
CPPFLAGS+= -I${INETDDIR} -DIPSEC
LDADD+= -lipsec -lutil
DPADD+= ${LIBIPSEC} ${LIBUTIL}
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>
.PATH: ${INETDDIR}