summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2006-12-12 16:37:33 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2006-12-12 16:37:33 +0000
commit06aed9ac61f71de9700544e649a4c10714a347ef (patch)
tree893f8d081b4476016a62573c774c44061492e3cb
parent7126b5520382fab020e452dfcdfb30db813991c6 (diff)
enable bgplg, the bgp looking glass
ok henning@ deraadt@
-rw-r--r--etc/Makefile5
-rw-r--r--usr.bin/Makefile4
2 files changed, 5 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile
index a17dc2bd428..9d977e945d7 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.243 2006/11/10 21:22:30 deraadt Exp $
+# $OpenBSD: Makefile,v 1.244 2006/12/12 16:37:32 reyk Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@@ -230,6 +230,7 @@ distribution-etc-root-var: distrib-dirs
cd ../usr.sbin/httpd && exec ${MAKE} -f Makefile.bsd-wrapper distribution
cd ../lib/libssl && exec ${MAKE} distribution
cd ../gnu/usr.bin/lynx && exec ${MAKE} -f Makefile.bsd-wrapper distribution
+ cd ../usr.bin/bgplg && exec ${MAKE} distribution
cd ../usr.bin/mail && exec ${MAKE} distribution
cd mail && exec ${MAKE} distribution
${INSTALL} -c -o root -g wheel -m 600 root/root.mail \
@@ -338,7 +339,7 @@ distrib:
DHSIZE=1024 1536 2048 3072 4096
update-moduli:
( \
- echo '# $$OpenBSD: Makefile,v 1.243 2006/11/10 21:22:30 deraadt Exp $$'; \
+ echo '# $$OpenBSD: Makefile,v 1.244 2006/12/12 16:37:32 reyk Exp $$'; \
echo '# Time Type Tests Tries Size Generator Modulus'; \
( for i in ${DHSIZE}; do \
ssh-keygen -b $$i -G /dev/stdout; \
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 7151bb2a978..77019b7a8e6 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.102 2006/11/27 23:27:54 deraadt Exp $
+# $OpenBSD: Makefile,v 1.103 2006/12/12 16:37:32 reyk Exp $
.include <bsd.own.mk>
SUBDIR= apply apropos ar arch asa asn1_compile at aucat audioctl awk banner \
- basename bc bdes \
+ basename bc bdes bgplg \
biff cal calendar cap_mkdb cdio checknr chpass cmp col colcrt colrm \
column comm compile_et compress cpp crontab csplit ctags cut \
dc deroff diff diff3 dirname du elf2olf encrypt env expand false file \