9 lines
122 B
Makefile
9 lines
122 B
Makefile
#
|
|
# $Id: Makefile,v 1.2 1993/08/24 17:16:54 pk Exp $
|
|
#
|
|
|
|
PROG = mount_procfs
|
|
MAN8 = mount_procfs.0
|
|
|
|
.include <bsd.prog.mk>
|