blob: 7242aa8cb7d8623914e63a33dd74afe983aa3f80 (
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
24
25
26
|
--- Makefile.in.orig Thu May 4 08:11:25 2000
+++ Makefile.in Thu Mar 29 14:31:46 2001
@@ -12,7 +12,7 @@
TARGETNAME=@sbindir@/tircproxy
STRIP=@STRIP@
-ALL_CFLAGS=-Wall -I. -I@srcdir@ $(CFLAGS)
+ALL_CFLAGS=-Wall -I. -I@srcdir@ $(CFLAGS) -I/sys -I/usr/src/sys
.SUFFIXES:
.SUFFIXES: .c .o
@@ -26,12 +26,12 @@
tircproxy.static: tircproxy.o
$(CC) $(LDFLAGS) -static -O3 tircproxy.o -o $@ $(LIBS)
strip $@
- pgp -sba $@ -u 3004
+# pgp -sba $@ -u 3004
manual:
@(cd docs; make all)
-all: tircproxy tircproxy.static documentation
+all: tircproxy tircproxy.static
install: tircproxy
$(INSTALL) -o bin -g bin -m 555 tircproxy $(TARGETNAME)
|