mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-07-28 13:33:51 +00:00
Also install manual page (from the debian subdir)
git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@54 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
18a37716b0
commit
cfbcb9b1d3
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -6,6 +6,7 @@ CC = gcc
|
|||
CFLAGS = -Wall -DHAVE_GETOPT_LONG
|
||||
LDFLAGS =
|
||||
INSTALLPATH = $(DESTDIR)/usr/bin
|
||||
MANPATH = $(DESTDIR)/usr/man/man1
|
||||
|
||||
PROGNAME = proxytunnel
|
||||
OBJ = proxytunnel.o \
|
||||
|
|
@ -25,3 +26,4 @@ clean:
|
|||
install:
|
||||
mkdir -p $(INSTALLPATH)
|
||||
install -g root -m755 -o root $(PROGNAME) $(INSTALLPATH)/$(PROGNAME)
|
||||
install -g root -m644 -o root debian/$(PROGNAME).1 $(MANPATH)/$(PROGNAME).1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue