From e02871e8a4167c9571edb64c3a14c4e989578867 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Sat, 4 Feb 2006 18:51:05 +0000 Subject: [PATCH] added Makefile --- docs/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/Makefile diff --git a/docs/Makefile b/docs/Makefile new file mode 100644 index 00000000..07a618f0 --- /dev/null +++ b/docs/Makefile @@ -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: