Remove yppasswd_xdr.c and take out references to if from Makefile: use
-lrpcsvc instead.
This commit is contained in:
parent
8ae049436c
commit
8e36f47bd5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7560
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user