summaryrefslogtreecommitdiff
path: root/dhcpctl
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-06-20 20:25:30 +0000
committerTed Lemon <source@isc.org>2000-06-20 20:25:30 +0000
commite5735b8aea51f1bd7ee7dd0e63169978a6e84987 (patch)
tree3164e72105f880e42472503bc7ea73021807a680 /dhcpctl
parent2ac5bde5b1338c22f48392fcdf812e4596c9a648 (diff)
downloadisc-dhcp-e5735b8aea51f1bd7ee7dd0e63169978a6e84987.tar.gz
Make links build silent
Diffstat (limited to 'dhcpctl')
-rw-r--r--dhcpctl/Makefile.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpctl/Makefile.dist b/dhcpctl/Makefile.dist
index 02e3a833..0d23a458 100644
--- a/dhcpctl/Makefile.dist
+++ b/dhcpctl/Makefile.dist
@@ -78,7 +78,7 @@ distclean: realclean
-rm -f Makefile
links:
- for foo in $(SRC) $(MAN) test.c cltest.c $(HDRS); do \
+ @for foo in $(SRC) $(MAN) test.c cltest.c $(HDRS); do \
if [ ! -b $$foo ]; then \
rm -f $$foo; \
fi; \