summaryrefslogtreecommitdiff
path: root/distrib/special
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-10 19:37:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-10 19:37:20 +0000
commita8c6f03fff0a7b247ce3a5418a403fc1c1e97841 (patch)
tree3c77f3ae281a25e542c418ebdc1b35a5b51e7af9 /distrib/special
parent7abe051580ac7f2ba4c9f57bd83a4a3a0ac6dc4b (diff)
fake no-op install target
Diffstat (limited to 'distrib/special')
-rw-r--r--distrib/special/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/distrib/special/Makefile b/distrib/special/Makefile
index 391f1b726bc..efd936846f4 100644
--- a/distrib/special/Makefile
+++ b/distrib/special/Makefile
@@ -1,6 +1,8 @@
-# $OpenBSD: Makefile,v 1.14 2005/08/04 16:35:03 espie Exp $
+# $OpenBSD: Makefile,v 1.15 2006/11/10 19:37:19 deraadt Exp $
SUBDIR= dd ftp pppd rsh dhclient init dmesg grep kbd less more \
gzip ccdconfig ifconfig libstubs
+install:
+
.include <bsd.subdir.mk>