summaryrefslogtreecommitdiff
path: root/security/tripwire12/files/patch-src-Makefile
blob: 9c0cbad8b23f4c0c70ee3fbf90f8fdc9c62f90e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- src/Makefile.orig	Mon Jul 25 10:40:54 1994
+++ src/Makefile	Sun May 28 15:52:25 2000
@@ -3,7 +3,7 @@
 # 	Tripwire build
 #
 
-CFLAGS = -O
+#CFLAGS = -O
 
 OFILES = 	config.parse.o main.o list.o ignorevec.o dbase.build.o \
 		utils.o preen.o preen.interp.o preen.report.o \
@@ -103,8 +103,9 @@
 .c.o:
 	$(CC) $(CFLAGS) -c $<
 
-install:	tripwire
+install:	tripwire siggen
-	$(INSTALL) tripwire $(DESTDIR)
+	$(INSTALL) tripwire $(BINDIR)
+	$(INSTALL) siggen $(BINDIR)
 
 clean:
 	-rm -f $(OFILES) config.lex.c config.pre.c y.tab.c lex.yy.c help.c \