crypto-utils/Makefile
jorton 582058ab4d - add configuration options for certwatch (#152990)
- allow passing options in certwatch.cron via $CERTWATCH_OPTS
- require openssl with /etc/pki/tls
2005-04-26 09:20:45 +00:00

13 lines
254 B
Makefile

# Makefile for source rpm: crypto-utils
# $Id$
NAME := crypto-utils
SPECFILE = $(firstword $(wildcard *.spec))
include ../common/Makefile.common
certwatch: certwatch.c
gcc -Wall -Werror -O2 -g $< -o $@ -lcrypto
test-certwatch: certwatch
./certwatch