Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 196805
Collapse All | Expand All

(-)makefile (-5 / +5 lines)
Lines 19-34 Link Here
19
19
20
install:	all
20
install:	all
21
	strip $(TARGETS)
21
	strip $(TARGETS)
22
	cp $(TARGETS) /usr/local/sbin
22
#	cp $(TARGETS) /usr/sbin
23
	cp *.1 /usr/local/man/man1
23
#	cp *.1 /usr/local/man/man1
24
24
25
25
26
tcpproxy:	$(TCPPROXY)
26
tcpproxy:	$(TCPPROXY)
27
	$(CC) -o $@ $(TCPPROXY)
27
	$(CC) -o $@ $(TCPPROXY)
28
28
29
debian:		all
29
#debian:		all
30
	strip $(TARGETS)
30
#	strip $(TARGETS)
31
	deb-packager $(PROGRAM) $(VERSION)+$(DEBRELEASE) debian/files.list
31
#	deb-packager $(PROGRAM) $(VERSION)+$(DEBRELEASE) debian/files.list
32
32
33
tar:		clean
33
tar:		clean
34
	rm -f *.deb
34
	rm -f *.deb

Return to bug 196805