blob: c640670324f85b1ab5717b93a70c907f3c73fb42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,8 @@ WIN32_CFLAGS = -g -Wall -DWIN32 -I"c:\Pr
WIN32_LDOPTS = -lwpcap -lwsock32 -L"c:\Program Files\WpdPack\Lib"
WIN32_PT_OBJS = ptunnel.obj md5.obj
-prefix = /usr
-bindir = $(prefix)/bin
+prefix = $(DESTDIR)/usr
+bindir = $(prefix)/sbin
mandir = $(prefix)/share/man/man8
all: ptunnel
|