summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-05-20 08:06:55 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-05-20 08:06:55 +0000
commitea0204bd1f574f94f7628eaf96d186dfcdef2e5c (patch)
treec7700fed77ea7ea5ba60a2a28fa6d497e6da8a92 /net-mgmt
parentVariable reorderization. (diff)
Add OSTYPE=`uname` to MAKE_ENV so straight sh/csh users can build this one.
Reported by: sanpei@yy.cs.keio.ac.jp
Notes
Notes: svn path=/head/; revision=3112
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/wide-dhcp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/wide-dhcp/Makefile b/net-mgmt/wide-dhcp/Makefile
index 90a143b0ee6c..20c5e1cdcb54 100644
--- a/net-mgmt/wide-dhcp/Makefile
+++ b/net-mgmt/wide-dhcp/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 November 1995
# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/05/04 02:43:33 asami Exp $
#
DISTNAME= dhcp-1.3beta
@@ -16,6 +16,8 @@ EXTRACT_ONLY= dhcp-1.3beta.tar.gz
MAINTAINER= sanpei@yy.cs.keio.ac.jp
+MAKE_ENV= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} MOTIFLIB="${MOTIFLIB}" CFLAGS="${CFLAGS}" OSTYPE=`uname`
+
post-patch:
if [ ! -f ${WRKSRC}/server/tzfile.h ]; then \
cp ${DISTDIR}/tzfile.h ${WRKSRC}/server/; \