diff options
author | 1999-01-08 00:26:59 +0000 | |
---|---|---|
committer | 1999-01-08 00:26:59 +0000 | |
commit | 4d8125ffa89c490edcd245d91846490cce1fabac (patch) | |
tree | ac67cb439d5e0708bced0f6dc5dd6356a5a13132 | |
parent | global decl for *intr() routines, plus add INET6 (diff) | |
download | wireguard-openbsd-4d8125ffa89c490edcd245d91846490cce1fabac.tar.xz wireguard-openbsd-4d8125ffa89c490edcd245d91846490cce1fabac.zip |
kill local change that should not have gotten committed in last change
-rw-r--r-- | Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |