From 55de6b12767b91d0f7b99d339c2a3f236deac379 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sat, 1 Jun 2002 05:22:08 +0000 Subject: [PATCH] fix mkr for libssl changes --- src/etc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 334433b5..0e6ce1af 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.165 2002/05/23 22:44:48 deraadt Exp $ +# $OpenBSD: Makefile,v 1.166 2002/06/01 05:22:08 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -223,7 +223,7 @@ distribution-etc-root-var: distrib-dirs cd ../usr.sbin/ypserv/ypinit && exec ${MAKE} distribution cd ../usr.bin/ssh && exec ${MAKE} distribution cd ../usr.sbin/httpd && exec ${MAKE} -f Makefile.bsd-wrapper distribution - cd ../lib/libssl && exec ${MAKE} -f Makefile.bsd-wrapper distribution + cd ../lib/libssl && exec ${MAKE} distribution cd ../gnu/usr.bin/lynx && exec ${MAKE} -f Makefile.bsd-wrapper distribution cd ../usr.bin/mail && exec ${MAKE} distribution ${INSTALL} -c -o root -g ${BINGRP} -m 644 aliases \