mirror of https://github.com/neutrinolabs/xrdp
added Makefile
This commit is contained in:
parent
dc69341a57
commit
e02871e8a4
|
@ -0,0 +1,12 @@
|
|||
|
||||
DESTDIR = /usr/local/xrdp
|
||||
CFGDIR = /etc/xrdp
|
||||
PIDDIR = /var/run
|
||||
MANDIR = /usr/local/man
|
||||
DOCDIR = /usr/doc/xrdp
|
||||
|
||||
all: world
|
||||
|
||||
world:
|
||||
|
||||
install:
|
Loading…
Reference in New Issue