summaryrefslogtreecommitdiffstats
path: root/eBones/libexec
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/libexec
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/libexec')
-rw-r--r--eBones/libexec/Makefile6
-rw-r--r--eBones/libexec/kpropd/Makefile8
-rw-r--r--eBones/libexec/registerd/Makefile11
3 files changed, 15 insertions, 10 deletions
diff --git a/eBones/libexec/Makefile b/eBones/libexec/Makefile
new file mode 100644
index 0000000..a586edc
--- /dev/null
+++ b/eBones/libexec/Makefile
@@ -0,0 +1,6 @@
+# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
+# $Id$
+
+SUBDIR= kpropd registerd
+
+.include <bsd.subdir.mk>
diff --git a/eBones/libexec/kpropd/Makefile b/eBones/libexec/kpropd/Makefile
index 59d7914..93bb3e8 100644
--- a/eBones/libexec/kpropd/Makefile
+++ b/eBones/libexec/kpropd/Makefile
@@ -1,10 +1,10 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
-# $Id: Makefile,v 1.1.1.1 1995/08/03 07:37:19 mark Exp $
+# $Id: Makefile,v 1.2 1995/09/07 20:51:49 mark Exp $
PROG= kpropd
-CFLAGS+=-I${.CURDIR}/../include -I${.CURDIR}/../kprop -Wall
-DPADD= ${LIBKRB}
-LDADD= -L${KRBOBJDIR} -lkrb -ldes
+CFLAGS+=-I${.CURDIR}/../../include -I${.CURDIR}/../../usr.sbin/kprop -Wall
+DPADD+= ${LIBKRB} ${LIBDES}
+LDADD= -lkrb -ldes
BINDIR= /usr/libexec
NOMAN= noman
diff --git a/eBones/libexec/registerd/Makefile b/eBones/libexec/registerd/Makefile
index 89b6ca7..9966241 100644
--- a/eBones/libexec/registerd/Makefile
+++ b/eBones/libexec/registerd/Makefile
@@ -6,15 +6,14 @@
#
# @(#)Makefile 8.1 (Berkeley) 6/1/93
#
-# $Id: Makefile,v 1.4 1995/07/18 16:41:24 mark Exp $
+# $Id$
PROG= registerd
SRCS= registerd.c
-CFLAGS+=-DCRYPT -DKERBEROS -I${.CURDIR}/../register \
- -I${.CURDIR}/../include -Wall
-.PATH: ${.CURDIR}/../../usr.bin/rlogin
-DPADD= ${LIBKDB} ${LIBKRB}
-LDADD= -L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb -ldes
+CFLAGS+=-DCRYPT -DKERBEROS -I${.CURDIR}/../../usr.bin/register \
+ -I${.CURDIR}/../../include -Wall
+DPADD+= ${LIBKDB} ${LIBKRB} ${LIBDES}
+LDADD= -lkdb -lkrb -ldes
MAN8= registerd.8
BINDIR= /usr/libexec
OpenPOWER on IntegriCloud