summaryrefslogtreecommitdiffstats
path: root/eBones/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1995-09-13 17:24:36 +0000
committermarkm <markm@FreeBSD.org>1995-09-13 17:24:36 +0000
commita0abe974dcbe8baf67801350e0a6f72eb7f85c05 (patch)
tree5b00d07146d1b776c12e3e837dd1ab23b0c09611 /eBones/Makefile
parent6259a6267615aafc360cdc8ce52b5ed31c1a0187 (diff)
downloadFreeBSD-src-a0abe974dcbe8baf67801350e0a6f72eb7f85c05.zip
FreeBSD-src-a0abe974dcbe8baf67801350e0a6f72eb7f85c05.tar.gz
After the Great eBones Repository Copy (tm), make ebones actually
compile 1) remove rubbish no longer needed 2) correct existing Makefiles 3) add new makefiles where needed 4) correct code, header files and man pages where necessary PLEASE NOTE - after this you will need to make install in eBones/include, and mamake obj depend all install in eBones/lib before doing a make obj depend all install in eBones/. (I am going 6to fix src/Makefile next) PS - I hate slow international links - apologies for all the typos
Diffstat (limited to 'eBones/Makefile')
-rw-r--r--eBones/Makefile15
1 files changed, 2 insertions, 13 deletions
diff --git a/eBones/Makefile b/eBones/Makefile
index 28f92b6..8b0b618 100644
--- a/eBones/Makefile
+++ b/eBones/Makefile
@@ -1,13 +1,7 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
-# $Id: Makefile,v 1.14 1995/07/18 16:34:20 mark Exp $
+# $Id$
-SUBDIR= include des acl kdb krb libkadm
-
-SUBDIR+= ext_srvtab kdb_destroy kdb_edit \
- kdb_init kdb_util kdestroy kerberos kinit klist ksrvtgt \
- kstash kadmin kadmind ksrvutil man register registerd make_keypair
-
-CFLAGS+= -Wall
+SUBDIR= des include lib libexec usr.bin usr.sbin
SDIR= ${.CURDIR}/..
@@ -37,10 +31,6 @@ bootstrap:
( cd des; ${MAKE} ${MFLAGS} depend all install )
${MAKE} ${MFLAGS} cleandir
${MAKE} ${MFLAGS} obj
- @echo removing old 1.1.5 Kerberos libraries
- rm -f /usr/lib/libkrb.so.4.0
- rm -f /usr/lib/libdes.so.4.0
- rm -f /usr/lib/libkdb.so.4.0
${MAKE} ${MFLAGS} depend all install kprog
help-distribute: distribute
@@ -56,4 +46,3 @@ help-distribute: distribute
cd ${SDIR}/usr.bin/su; ${CODAD}
.include <bsd.subdir.mk>
-
OpenPOWER on IntegriCloud