NetBSD/usr.sbin/chroot/Makefile

8 lines
148 B
Makefile
Raw Normal View History

1993-07-31 02:11:51 +04:00
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
1994-12-22 14:32:57 +03:00
# $Id: Makefile,v 1.3 1994/12/22 11:33:31 cgd Exp $
1993-03-21 12:45:37 +03:00
PROG= chroot
1994-12-22 14:32:57 +03:00
MAN= chroot.8
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>