NetBSD/sbin/mountd/Makefile

10 lines
191 B
Makefile
Raw Normal View History

1993-08-01 09:37:30 +04:00
# from: @(#)Makefile 5.4 (Berkeley) 6/29/90
1994-01-28 03:36:28 +03:00
# $Id: Makefile,v 1.8 1994/01/28 00:36:28 cgd 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
.include <bsd.prog.mk>