NetBSD/sbin/mountd/Makefile

13 lines
274 B
Makefile
Raw Normal View History

1993-03-21 12:45:37 +03:00
# @(#)Makefile 5.4 (Berkeley) 6/29/90
1993-03-22 11:04:00 +03:00
#
1993-06-16 03:13:33 +04:00
# $Header: /cvsroot/src/sbin/mountd/Attic/Makefile,v 1.5 1993/06/15 23:13:33 mycroft Exp $
1993-03-21 12:45:37 +03:00
PROG= mountd
CFLAGS+=-DNFS -DNFSSERVER
1993-03-21 12:45:37 +03:00
MAN5= exports.0
MAN8= mountd.0
1993-06-16 03:13:33 +04:00
DPADD= ${LIBRPC} ${LIBUTIL}
1993-03-21 12:45:37 +03:00
LDADD= -lrpc -lutil
.include <bsd.prog.mk>