summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c2a9382e281..5392d057b69 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.41 1998/09/30 13:27:28 art Exp $
+# $OpenBSD: Makefile,v 1.42 1998/10/30 18:39:52 millert Exp $
#
# For more information on building in tricky environments, please see
@@ -61,7 +61,7 @@ includes:
beforeinstall:
.ifndef DESTDIR
- (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs)
+ (cd ${.CURDIR}/etc && ${MAKE} DESTDIR= distrib-dirs)
.else
(cd ${.CURDIR}/etc && ${MAKE} distrib-dirs)
.endif