9 lines
180 B
Makefile
9 lines
180 B
Makefile
# from: @(#)Makefile 8.3 (Berkeley) 1/25/94
|
|
# $Id: Makefile,v 1.9 1994/06/08 19:29:38 mycroft Exp $
|
|
|
|
PROG= mountd
|
|
MAN5= exports.0 netgroup.0
|
|
MAN8= mountd.0
|
|
|
|
.include <bsd.prog.mk>
|