90e655ea4e
These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
15 lines
358 B
Makefile
15 lines
358 B
Makefile
# $FreeBSD$
|
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 1999/10/07 16:30:32 espie Exp $
|
|
|
|
PROG= pkg_sign
|
|
LINKS= ${BINDIR}/pkg_sign ${BINDIR}/pkg_check
|
|
MLINKS= pkg_sign.1 pkg_check.1
|
|
SRCS= main.c check.c common.c gzip.c pgp_check.c pgp_sign.c \
|
|
sha1.c sign.c stand.c x509.c
|
|
|
|
DPADD= ${LIBINSTALL} ${LIBCRYPTO}
|
|
LDADD= ${LIBINSTALL} -lcrypto
|
|
|
|
.include <bsd.prog.mk>
|
|
|