582058ab4d
- allow passing options in certwatch.cron via $CERTWATCH_OPTS - require openssl with /etc/pki/tls
13 lines
254 B
Makefile
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
|