diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-10-12 13:53:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-10-12 13:53:41 +0000 |
commit | 8a980ff2e0e3f4d80d42915d5cec4f251ee84f3b (patch) | |
tree | 830f45ebcc185b156262a3ea6dd3423feebe9e02 /usr.bin/encrypt | |
parent | e627beec88dc75c1d1d3288602fe3d5916f3bfbc (diff) |
These no longer need to be static. The ramdisk's no longer reach-around
and use the one in the base install, but have their own copy.
ok millert sthen miod daniel
Diffstat (limited to 'usr.bin/encrypt')
-rw-r--r-- | usr.bin/encrypt/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/encrypt/Makefile b/usr.bin/encrypt/Makefile index fdb03721fcd..94c267aaaa3 100644 --- a/usr.bin/encrypt/Makefile +++ b/usr.bin/encrypt/Makefile @@ -1,8 +1,5 @@ -# $OpenBSD: Makefile,v 1.8 2014/12/24 22:04:26 tedu Exp $ +# $OpenBSD: Makefile,v 1.9 2015/10/12 13:53:40 deraadt Exp $ -# Must be static because the floppies use it through a chroot. - -LDSTATIC= ${STATIC} PROG= encrypt SRCS= encrypt.c |