aboutsummaryrefslogtreecommitdiff
path: root/security/tcp_wrapper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/tcp_wrapper/Makefile')
-rw-r--r--security/tcp_wrapper/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile
index 4f16126e444e..8df07d649198 100644
--- a/security/tcp_wrapper/Makefile
+++ b/security/tcp_wrapper/Makefile
@@ -3,21 +3,11 @@
# Date created: 27 Oct 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.2 1995/01/10 00:07:21 torstenb Exp $
+# $Id: Makefile,v 1.3 1995/02/09 21:24:42 ache Exp $
#
DISTNAME= tcp_wrappers_7.2
MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/
ALL_TARGET= freebsd
-pre-install:
- @mkdir -p ${PREFIX}/sbin
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/libexec
- @mkdir -p ${PREFIX}/lib
- @mkdir -p ${PREFIX}/etc
- @mkdir -p ${PREFIX}/man/man3
- @mkdir -p ${PREFIX}/man/man5
- @mkdir -p ${PREFIX}/man/man8
-
.include <bsd.port.mk>