aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-08-28 13:05:23 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-08-28 13:05:23 +0000
commit688b53ece4454109cc7521d42de7b0f14fea6a1c (patch)
tree0f1881cf97160687a21273f1ce50c8835b0807f5
parent9af842aebdd376324b9e161ecdf85b136bb2379f (diff)
Notes
-rw-r--r--usr.sbin/cron/lib/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/cron/lib/Makefile b/usr.sbin/cron/lib/Makefile
index f3c7632bc66a..ff7691370be7 100644
--- a/usr.sbin/cron/lib/Makefile
+++ b/usr.sbin/cron/lib/Makefile
@@ -5,4 +5,7 @@ CFLAGS+= -I${.CURDIR}/../cron
NOSHARED= yes
NOPROFILE= yes
+install:
+ @echo -n
+
.include <bsd.lib.mk>