87f01287d2
the default.
10 lines
217 B
Makefile
10 lines
217 B
Makefile
# From: @(#)Makefile 8.3 (Berkeley) 1/25/94
|
|
# $Id: Makefile,v 1.7 1997/03/11 12:43:42 peter Exp $
|
|
|
|
PROG= mountd
|
|
CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS
|
|
MAN5= exports.5 netgroup.5
|
|
MAN8= mountd.8
|
|
|
|
.include <bsd.prog.mk>
|