From 50eb7232c65e9c7f91f5ccc027cbf62cc5c3bc73 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 11 Apr 1998 09:46:41 +0000 Subject: make static for install purposes --- usr.bin/encrypt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/encrypt/Makefile b/usr.bin/encrypt/Makefile index ad1de86e219..edcd7d461d8 100644 --- a/usr.bin/encrypt/Makefile +++ b/usr.bin/encrypt/Makefile @@ -1,5 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 1997/03/30 19:22:42 provos Exp $ +# $OpenBSD: Makefile,v 1.5 1998/04/11 09:46:38 deraadt Exp $ +LDSTATIC= ${STATIC} PROG= encrypt SRCS= encrypt.c pwd_gensalt.c .PATH: ${.CURDIR}/../passwd -- cgit v1.2.3