summaryrefslogtreecommitdiffstats
path: root/eBones/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1995-09-07 21:39:00 +0000
committermarkm <markm@FreeBSD.org>1995-09-07 21:39:00 +0000
commit2539acf77b018acd7416a9857a14c466e55cd7e8 (patch)
tree96ff3578d62372822240f11a1567e45b880f3910 /eBones/Makefile
parenteed9438eb23b62f78af7685dc226228e2bf5c524 (diff)
downloadFreeBSD-src-2539acf77b018acd7416a9857a14c466e55cd7e8.zip
FreeBSD-src-2539acf77b018acd7416a9857a14c466e55cd7e8.tar.gz
Major cleanup of eBones code:
- Get all functions prototyped or at least defined before use. - Make code compile (Mostly) clean with -Wall set - Start to reduce the degree to which DES aka libdes is built in. - get all functions to the same uniform standard of definition: int foo(a, b) int a; int *b; { : } - fix numerous bugs exposed by above processes. Note - this replaces the previous work which used an unpopular function definition style.
Diffstat (limited to 'eBones/Makefile')
-rw-r--r--eBones/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/eBones/Makefile b/eBones/Makefile
index 2d95034..28f92b6 100644
--- a/eBones/Makefile
+++ b/eBones/Makefile
@@ -1,13 +1,13 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
-# $Id: Makefile,v 1.14 1995/08/25 22:49:26 markm Exp $
+# $Id: Makefile,v 1.14 1995/07/18 16:34:20 mark Exp $
-SUBDIR= include acl kdb krb libkadm
+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
+ kstash kadmin kadmind ksrvutil man register registerd make_keypair
-# register registerd make_keypair
+CFLAGS+= -Wall
SDIR= ${.CURDIR}/..
OpenPOWER on IntegriCloud