blob: dc11aaeaddcf931ffbfa1385c3e837a270a89bdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.3 1999/10/05 22:30:18 espie Exp $
LIB= install
SRCS= file.c plist.c str.c exec.c global.c pen.c
.PATH: ${.CURDIR}/../sign
SRCS+= check.c gzip.c common.c sha1.c pgp_check.c pgp_sign.c
CFLAGS+= ${DEBUG}
NOPROFILE= yes
NOPIC= yes
install:
@echo -n
.include <bsd.lib.mk>
|