Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / pkg_install / sign / Makefile
1 # $FreeBSD: src/usr.sbin/pkg_install/sign/Makefile,v 1.1.2.2 2001/07/19 06:08:21 kris Exp $
2 # $DragonFly: src/usr.sbin/pkg_install/sign/Attic/Makefile,v 1.2 2003/06/17 04:29:59 dillon Exp $
3 # $OpenBSD: Makefile.bsd-wrapper,v 1.2 1999/10/07 16:30:32 espie Exp $
4
5 PROG=   pkg_sign
6 SRCS=   main.c check.c common.c gzip.c pgp_check.c pgp_sign.c \
7         sha1.c sign.c stand.c x509.c
8
9 DPADD=  ${LIBINSTALL} ${LIBCRYPTO}
10 LDADD=  ${LIBINSTALL} -lcrypto
11
12 LINKS=  ${BINDIR}/pkg_sign ${BINDIR}/pkg_check
13 MLINKS= pkg_sign.1 pkg_check.1
14
15 .include <bsd.prog.mk>
16