summaryrefslogtreecommitdiffstats
path: root/historic/selection/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'historic/selection/Makefile')
-rw-r--r--historic/selection/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/historic/selection/Makefile b/historic/selection/Makefile
index ec78fbcd2..4195d79d3 100644
--- a/historic/selection/Makefile
+++ b/historic/selection/Makefile
@@ -25,8 +25,9 @@ selection.man: selection.1
nroff -man selection.1 > selection.man
install: selection # selection.man
- install -m 755 selection $(BINDIR)/selection
- install -m 644 selection.1 $(MANDIR)/man$(MANEXT)/selection.$(MANEXT)
+ $(INSTALLDIR) $(USRBINDIR) $(MAN1DIR)
+ $(INSTALLBIN) selection $(USRBINDIR)
+ $(INSTALLMAN) selection.1 $(MAN1DIR)
DIST = selection-1.5
DATE = 17th June 1993