summaryrefslogtreecommitdiff
path: root/net-mgmt/wide-dhcp/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-08-10 09:07:55 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-08-10 09:07:55 +0000
commit6d03a1832b8b6edcc5ed8d7d8f1c6bc8f3eb734e (patch)
tree9d008b6980c5c6aef8a45ebfa6697325af2b94b0 /net-mgmt/wide-dhcp/Makefile
parent$DISTNAME and the path changed. Minor cleanups while I'm here. (diff)
Use OPSYS rather than call `uname' directly.
Notes
Notes: svn path=/head/; revision=12418
Diffstat (limited to 'net-mgmt/wide-dhcp/Makefile')
-rw-r--r--net-mgmt/wide-dhcp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/wide-dhcp/Makefile b/net-mgmt/wide-dhcp/Makefile
index cb0cd06eff88..c9c87a743e5d 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: Makefile,v 1.11 1998/04/18 12:40:04 itojun Exp $
+# $Id: Makefile,v 1.12 1998/05/02 15:14:30 max Exp $
#
DISTNAME= dhcp-1.4.0p1
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/dhcp/
MAINTAINER= hideyuki@sat.t.u-tokyo.ac.jp
-MAKE_ENV= OSTYPE=`uname`
+MAKE_ENV= OSTYPE=${OPSYS}
MAN5= dhcpdb.server.5 dhcpdb.pool.5 dhcpdb.relay.5
MAN8= dhcpc.8 dhcps.8 relay.8 dhcpm.8