mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
15 lines
439 B
Plaintext
15 lines
439 B
Plaintext
$NetBSD: patch-aa,v 1.3 2004/02/25 05:02:26 schmonz Exp $
|
|
|
|
--- examples/Makefile.orig Mon May 19 15:35:20 2003
|
|
+++ examples/Makefile
|
|
@@ -1,7 +1,5 @@
|
|
-AR = ar
|
|
-RM = rm
|
|
-CC = gcc -I../libtcpa -DTPMLOG=NULL
|
|
-LIBS = ../libtcpa/libtcpa.a -lcrypto
|
|
+CC = gcc -I../libtcpa -DTPMLOG=NULL ${CFLAGS}
|
|
+LIBS = ../libtcpa/libtcpa.a -lcrypto ${LDFLAGS}
|
|
|
|
all: tcpa_demo takeown createkey loadkey evictkey signfile \
|
|
verifyfile sealfile unsealfile
|