diff options
| author | Mark Murray <markm@FreeBSD.org> | 1995-09-13 17:24:36 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1995-09-13 17:24:36 +0000 |
| commit | 02c78a9c21d84f1ca826d032b220fc0c1930590a (patch) | |
| tree | 5b00d07146d1b776c12e3e837dd1ab23b0c09611 /eBones/libexec | |
| parent | cda6791190cf16526003d539acd5e7ea055a9d2a (diff) | |
Notes
Diffstat (limited to 'eBones/libexec')
| -rw-r--r-- | eBones/libexec/Makefile | 6 | ||||
| -rw-r--r-- | eBones/libexec/kpropd/Makefile | 8 | ||||
| -rw-r--r-- | eBones/libexec/registerd/Makefile | 11 |
3 files changed, 15 insertions, 10 deletions
diff --git a/eBones/libexec/Makefile b/eBones/libexec/Makefile new file mode 100644 index 000000000000..a586edc67bcc --- /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 59d7914ed023..93bb3e8b7c17 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 89b6ca7ab8bc..9966241d35d5 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 |
