summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortodd <todd@openbsd.org>2008-06-15 01:52:19 +0000
committertodd <todd@openbsd.org>2008-06-15 01:52:19 +0000
commit411d25574b7f00dbe8d8f36f1fda53804fe92932 (patch)
tree83d8a1f628e335d76b8ed5b8c89e3d4e82c63aae
parentbe smarter, only write a new MAKEDEV if more than just the rcsid changed (diff)
downloadwireguard-openbsd-411d25574b7f00dbe8d8f36f1fda53804fe92932.tar.xz
wireguard-openbsd-411d25574b7f00dbe8d8f36f1fda53804fe92932.zip
clean
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index afc4eb9b6ec..d0fa8caf22d 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.267 2008/06/14 23:13:01 deraadt Exp $
+# $OpenBSD: Makefile,v 1.268 2008/06/15 01:52:19 todd Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
-NOOBJ= oobj
+NOOBJ=
.if exists(etc.${MACHINE}/Makefile.inc)
.include "etc.${MACHINE}/Makefile.inc"