NetBSD/usr.sbin/mountd/Makefile
christos 11cf3e1970 - KNF, remove extraneous casts
- split up parsing code
- centralize malloc checking
- use fparseln.
1998-10-29 12:57:02 +00:00

10 lines
194 B
Makefile

# $NetBSD: Makefile,v 1.15 1998/10/29 12:57:02 christos Exp $
# @(#)Makefile 8.3 (Berkeley) 1/25/94
PROG= mountd
MAN= exports.5 mountd.8
LDADD+=-lutil
DPADD+=${LIBUTIL}
.include <bsd.prog.mk>