summaryrefslogtreecommitdiff
path: root/irc/irc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/irc/Makefile')
-rw-r--r--irc/irc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/irc/Makefile b/irc/irc/Makefile
index 938af98c1429..289c3d9a8865 100644
--- a/irc/irc/Makefile
+++ b/irc/irc/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 August 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.10 1996/06/14 08:52:47 asami Exp $
+# $Id: Makefile,v 1.11 1996/11/18 11:35:01 asami Exp $
#
DISTNAME= irc2.8.21
@@ -21,6 +21,6 @@ RESTRICTED= "No redistribution allowed."
MAN8= ircd.8
pre-install:
- mkdir -p ${PREFIX}/lib/ircd
+ @{MKDIR} ${PREFIX}/lib/ircd
.include <bsd.port.mk>