8 lines
160 B
Makefile
8 lines
160 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $Id: Makefile,v 1.3 1994/01/12 19:11:02 cgd Exp $
|
|
|
|
PROG= mount_kernfs
|
|
MAN8= mount_kernfs.0
|
|
|
|
.include <bsd.prog.mk>
|