blob: e5db8832e905ab852475fcd6d126eeeedbfa4d98 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig Sat Oct 30 19:06:26 1999
+++ Makefile Sat Oct 30 19:06:09 1999
@@ -1,3 +1,8 @@
+DESTDIR= ${PREFIX}
+BINDIR= /bin
+MANDIR= /man/man
+NO_MANCOMPRESS= 1
+
PROG= dialog
SRCS= dialog.c
|