11cf3e1970
- split up parsing code - centralize malloc checking - use fparseln.
10 lines
194 B
Makefile
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>
|