aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/at/LEGAL29
-rw-r--r--usr.bin/killall/Makefile7
2 files changed, 0 insertions, 36 deletions
diff --git a/usr.bin/at/LEGAL b/usr.bin/at/LEGAL
deleted file mode 100644
index 92b1b4983110..000000000000
--- a/usr.bin/at/LEGAL
+++ /dev/null
@@ -1,29 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-
-Sorry for the long wait, but there still were a few things to
-be ironed out in at, which I've finally done :-)
-
-The FreeBSD team does have my permission to use at, version 2.9,
-under the BSD license.
-
-You'll find it on sunsite.unc.edu's Incoming, hopefully; the
-md5 checksum is
-
-3ba2ca3c0e87e1a04feae2c6c1376b0d at-2.9.tgz
-
-Best regards
- Thomas
-- --
-Thomas Koenig, Thomas.Koenig@ciw.uni-karlsruhe.de, ig25@dkauni2.bitnet.
-The joy of engineering is to find a straight line on a double
-logarithmic diagram.
-
------BEGIN PGP SIGNATURE-----
-Version: 2.6.2i
-
-iQCVAwUBMCjVrPBu+cbJcKCVAQFNiQP/dpWP57s/E8plVGUD3zfgOXDmKUvg8U7a
-VwRzJrIMuSgnSJs0wkpvcomc3NLicipfX7hhWLh/xatPM2YbF7O5HZoNdvWvexD2
-1Y67zJ+0HFb1mPnSBOrS5RFiQAe3KqmGec6E14Rih/qNoFQZBVRFXZ4xxuwP+0Rs
-e2U+TVTUz6A=
-=TvyW
------END PGP SIGNATURE-----
diff --git a/usr.bin/killall/Makefile b/usr.bin/killall/Makefile
deleted file mode 100644
index 17cfc53c0e9a..000000000000
--- a/usr.bin/killall/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-MAN1= killall.1
-
-beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/killall.pl ${DESTDIR}${BINDIR}/killall
-
-.include <bsd.prog.mk>