diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-21 11:44:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-21 11:44:43 +0000 |
commit | 2f760184131f9506bf7c29e93374c613ddcf3342 (patch) | |
tree | 692d1b5320757a77a56cbebff06709b8dfc40b2e /usr.sbin/chroot | |
parent | a3020c7add533dc848aec5ac8d42ccb7ee01be73 (diff) |
$OpenBSD$
Diffstat (limited to 'usr.sbin/chroot')
-rw-r--r-- | usr.sbin/chroot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/chroot/Makefile b/usr.sbin/chroot/Makefile index 4733ffe5527..0798db57f9c 100644 --- a/usr.sbin/chroot/Makefile +++ b/usr.sbin/chroot/Makefile @@ -1,5 +1,4 @@ -# from: @(#)Makefile 5.3 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.2 1997/06/05 01:59:13 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1997/09/21 11:43:30 deraadt Exp $ PROG= chroot MAN= chroot.8 |