summaryrefslogtreecommitdiff
path: root/usr.sbin/chroot/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-05 01:59:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-05 01:59:14 +0000
commit84a49ab1a4ac2201e768f572062edf850438ce0b (patch)
treec9912148df174327b90b6264adfc4c4f7feccc06 /usr.sbin/chroot/Makefile
parent748e94e8935a8dd8608aaf4e7f5edd2165ec9a7a (diff)
static, as requested by dm
Diffstat (limited to 'usr.sbin/chroot/Makefile')
-rw-r--r--usr.sbin/chroot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/chroot/Makefile b/usr.sbin/chroot/Makefile
index 473c4b98a68..4733ffe5527 100644
--- a/usr.sbin/chroot/Makefile
+++ b/usr.sbin/chroot/Makefile
@@ -1,7 +1,8 @@
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
-# $Id: Makefile,v 1.1 1995/10/18 08:47:29 deraadt Exp $
+# $Id: Makefile,v 1.2 1997/06/05 01:59:13 deraadt Exp $
PROG= chroot
MAN= chroot.8
+LDSTATIC= ${STATIC}
.include <bsd.prog.mk>