summaryrefslogtreecommitdiff
path: root/net/netname
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>1999-09-19 19:50:32 +0000
committerkim <kim@pkgsrc.org>1999-09-19 19:50:32 +0000
commitc67293d211e42e02c2d7c1b3c9183532dd0458c9 (patch)
tree400ea11922936b9bd629cc80848797b5a6df264e /net/netname
parent5e2a37401429154dda1c31a93d9ef37fd2988462 (diff)
downloadpkgsrc-c67293d211e42e02c2d7c1b3c9183532dd0458c9.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"