8 lines
148 B
Makefile
8 lines
148 B
Makefile
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.3 1994/12/22 11:33:31 cgd Exp $
|
|
|
|
PROG= chroot
|
|
MAN= chroot.8
|
|
|
|
.include <bsd.prog.mk>
|