summaryrefslogtreecommitdiffstats
path: root/eBones/Makefile
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-09-30 14:50:09 +0000
committercsgr <csgr@FreeBSD.org>1994-09-30 14:50:09 +0000
commit105186eeeeb6aa85d5ff5818e8abf65e3912cb7d (patch)
tree785c4a61d39a776700a06b092960ec07c3629dd6 /eBones/Makefile
parentd011ad6fdacef9638bbc4bd1d25bae91e6f1515b (diff)
downloadFreeBSD-src-105186eeeeb6aa85d5ff5818e8abf65e3912cb7d.zip
FreeBSD-src-105186eeeeb6aa85d5ff5818e8abf65e3912cb7d.tar.gz
Initial import of eBones.
(Including all changes for FreeBSD - importing the original eBones distribution would be too complex at this stage, since I don't have access to Piero's CVS.) (If you want to include eBones in your system, don't forget to include MAKE_EBONES in /etc/make.conf.) (This stuff is now also suppable from braae.ru.ac.za.) Bones originally from MIT SIPB. Original port to FreeBSD 1.x by Piero Serini. Moved to FreeBSD 2.0 by Doug Rabson and Geoff Rehmet. Nice bug fixes from Doug Rabson.
Diffstat (limited to 'eBones/Makefile')
-rw-r--r--eBones/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/eBones/Makefile b/eBones/Makefile
new file mode 100644
index 0000000..b63f933
--- /dev/null
+++ b/eBones/Makefile
@@ -0,0 +1,25 @@
+# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
+# $Id: Makefile,v 1.12 1994/09/30 13:34:39 g89r4222 Exp $
+
+SUBDIR= include
+
+SUBDIR+= des compile_et acl ext_srvtab include kdb kdb_destroy kdb_edit \
+ kdb_init kdb_util kdestroy kerberos kinit klist krb ksrvtgt \
+ kstash man register registerd make_keypair
+
+SDIR= ${.CURDIR}/..
+
+# These are the programs which depend on kerberos
+# It's nice to know who they are
+kprog:
+ cd ${SDIR}/bin/rcp; make cleandir obj ; make -DNOMAN depend all install
+ cd ${SDIR}/libexec/rlogind;make cleandir;make -DNOMAN depend all install
+ cd ${SDIR}/libexec/rshd; make cleandir; make -DNOMAN depend all install
+ cd ${SDIR}/usr.bin/login; make cleandir; make -DNOMAN depend all install
+ cd ${SDIR}/usr.bin/passwd;make cleandir; make -DNOMAN depend all install
+ cd ${SDIR}/usr.bin/rlogin;make cleandir; make -DNOMAN depend all install
+ cd ${SDIR}/usr.bin/rsh; make cleandir; make -DNOMAN depend all install
+ cd ${SDIR}/usr.bin/su; make cleandir; make -DNOMAN depend all install
+ cd ${SDIR}/libexec/kpasswdd; make cleandir; make depend all install
+
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud