NetBSD/usr.sbin/chroot/Makefile

9 lines
162 B
Makefile
Raw Normal View History

# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
2001-04-06 06:19:27 +04:00
# $NetBSD: Makefile,v 1.5 2001/04/06 02:19:27 lukem Exp $
1993-03-21 12:45:37 +03:00
PROG= chroot
1994-12-22 14:32:57 +03:00
MAN= chroot.8
2001-04-06 06:19:27 +04:00
WARNS= 2
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>