summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-12-17 22:47:36 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-12-17 22:47:36 +0000
commit238e2b890ed4e733711c5fac1d26ce1f271240cf (patch)
treea9467145b80ed47defe737bf7436654d51abb1ed /Makefile
parentea971b283dd8ed45c91983605b307fee68745f5c (diff)
fix make obj after recent changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f04da88ff..372984735 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2006/12/17 20:41:36 matthieu Exp $
+# $OpenBSD: Makefile,v 1.10 2006/12/17 22:47:35 matthieu Exp $
.include <bsd.own.mk>
X11BASE?= /usr/X11R6
@@ -11,7 +11,7 @@ SUBDIR+= font
SUBDIR+= share/mk
.endif
-NOOBJS=
+NOOBJ=
build: beforebuild _SUBDIRUSE
@@ -36,6 +36,8 @@ afterinstall:
realinstall: _SUBDIRUSE
+obj: _SUBDIRUSE
+
release: release-clean distrib-dirs release-install dist
release-clean: