Fixed the usual dependency bugs. This Makefile accidentally usually

worked for `make -j9', but failed for `make -j4'.
This commit is contained in:
Bruce Evans 1998-05-09 13:32:37 +00:00
parent e95ee6a0dc
commit 48ef4329ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35894

View File

@ -1,7 +1,7 @@
# $Id: Makefile,v 1.1.1.1 1997/05/28 15:44:22 wpaul Exp $
# $Id: Makefile,v 1.2 1997/12/16 17:43:23 bde Exp $
PROG= keyserv
SRCS= keyserv.c setkey.c keyserv_uid.c crypt_svc.c crypt_server.c
SRCS= keyserv.c setkey.c keyserv_uid.c crypt_svc.c crypt_server.c crypt.h
MAN8= keyserv.8
@ -16,7 +16,7 @@ CLEANFILES= crypt_svc.c crypt.h
RPCGEN= rpcgen -C
crypt_svc.c: ${RPCDIR}/crypt.x crypt.h
crypt_svc.c: ${RPCDIR}/crypt.x
${RPCGEN} -m -o ${.TARGET} ${RPCDIR}/crypt.x
crypt.h: ${RPCDIR}/crypt.x