summaryrefslogtreecommitdiff
path: root/net/netname
diff options
context:
space:
mode:
authorkim <kim>1999-09-19 19:50:32 +0000
committerkim <kim>1999-09-19 19:50:32 +0000
commit282698a86f08ad79293e1569a1f1e8c1dae6d5bb (patch)
tree400ea11922936b9bd629cc80848797b5a6df264e /net/netname
parentfdc5595fd6ffbe8e54903b42a561020cc271bdbe (diff)
downloadpkgsrc-282698a86f08ad79293e1569a1f1e8c1dae6d5bb.tar.gz
Make this compile on Solaris.
Diffstat (limited to 'net/netname')
-rw-r--r--net/netname/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/netname/Makefile b/net/netname/Makefile
index 8a8f05cb638..b9f2b3d4e5c 100644
--- a/net/netname/Makefile
+++ b/net/netname/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/09/15 03:33:59 kim Exp $
+# $NetBSD: Makefile,v 1.3 1999/09/19 19:50:32 kim Exp $
#
DISTNAME= netname-1.7
@@ -7,7 +7,13 @@ MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
MAINTAINER= kim@tac.nyc.ny.us
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+ALL_TARGET= svr4
+.else
ALL_TARGET= netbsd
+.endif
INSTALL_TARGET= inst-all
.include "../../mk/bsd.pkg.mk"