diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1995-04-01 19:23:11 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1995-04-01 19:23:11 +0000 |
| commit | 8e36f47bd5ccae41cccb6d7249748b1c9afd277d (patch) | |
| tree | 7345eecd74a69a4563598906cc35072d072fd3dc /gnu/usr.sbin | |
| parent | 8ae049436c855084fff4306aaa84f39db6ec6c09 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.sbin')
| -rw-r--r-- | gnu/usr.sbin/yppasswdd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.sbin/yppasswdd/Makefile b/gnu/usr.sbin/yppasswdd/Makefile index 3a24ce0ffae5..79524ee08af1 100644 --- a/gnu/usr.sbin/yppasswdd/Makefile +++ b/gnu/usr.sbin/yppasswdd/Makefile @@ -1,12 +1,12 @@ -# $Id: Makefile,v 1.3 1995/02/03 03:44:41 wpaul Exp $ +# $Id: Makefile,v 1.4 1995/02/15 04:35:55 wpaul Exp $ # @(#)Makefile 8.3 (Berkeley) 4/2/94 PROG= yppasswdd MAN8= yppasswdd.8 -SRCS= yppasswdd.c yppasswd_xdr.c update.c pw_copy.c pw_util.c +SRCS= yppasswdd.c update.c pw_copy.c pw_util.c -LDADD= -lcrypt +LDADD= -lcrypt -lrpcsvc CFLAGS+=-DCRYPT -I${.CURDIR} -I${.CURDIR}/../../../usr.sbin/vipw \ -I${.CURDIR}/../../../usr.bin/chpass CFLAGS+=-DVERSION=\"0.5\" -DYPLIBDIR=\"/usr/libexec\" -D_GNU_SOURCE |
