Fixed missing DPADD.

Fixed some style bugs while I'm here (don't override the (correct)
default for MAN1).
This commit is contained in:
Bruce Evans 1997-12-16 14:42:08 +00:00
parent cf478d7b45
commit a791a060f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31772

View file

@ -1,14 +1,13 @@
# $Id$
# $Id: Makefile,v 1.1.1.1 1997/05/28 15:54:04 wpaul Exp $
PROG= chkey
SRCS= chkey.c update.c generic.c
PROG= chkey
SRCS= chkey.c update.c generic.c
.PATH: ${.CURDIR}/../newkey
MAN1= chkey.1
CFLAGS+=-DYP
CFLAGS+= -DYP
LDADD+= -lrpcsvc -lmp -lgmp
DPADD= ${LIBRPCSVC} ${LIBMP} ${LIBGMP}
LDADD= -lrpcsvc -lmp -lgmp
.include <bsd.prog.mk>