summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1999-01-08 00:26:59 +0000
committermillert <millert@openbsd.org>1999-01-08 00:26:59 +0000
commit4d8125ffa89c490edcd245d91846490cce1fabac (patch)
treeac67cb439d5e0708bced0f6dc5dd6356a5a13132
parentglobal decl for *intr() routines, plus add INET6 (diff)
downloadwireguard-openbsd-4d8125ffa89c490edcd245d91846490cce1fabac.tar.xz
wireguard-openbsd-4d8125ffa89c490edcd245d91846490cce1fabac.zip
kill local change that should not have gotten committed in last change
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index a8a54c13858..f674e036d1a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.43 1999/01/07 04:57:13 millert Exp $
+# $OpenBSD: Makefile,v 1.44 1999/01/08 00:26:59 millert Exp $
#
# For more information on building in tricky environments, please see
@@ -58,11 +58,6 @@ regression-tests:
includes:
(cd ${.CURDIR}/include; ${MAKE} includes)
-.ifndef DESTDIR
- rdist -cR /usr/include localhost:/usr/include.real
-.else
- rdist -cR ${DESTDIR}usr/include localhost:${DESTDIR}usr/include.real
-.endif
beforeinstall:
.ifndef DESTDIR