60643d379b
(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.
26 lines
1.1 KiB
Makefile
26 lines
1.1 KiB
Makefile
# 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>
|