8 lines
170 B
Makefile
8 lines
170 B
Makefile
# from: @(#)Makefile 8.3 (Berkeley) 1/25/94
|
|
# $Id: Makefile,v 1.10 1994/12/22 10:46:58 cgd Exp $
|
|
|
|
PROG= mountd
|
|
MAN= exports.5 mountd.8 netgroup.5
|
|
|
|
.include <bsd.prog.mk>
|