From 12455b1bb5fe21e5b8a6f8d0f8aad893370a79e2 Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 18 Jun 2012 02:09:21 +0000 Subject: Use the "linux" build target on Linux. XXX: This is using sgtty.h and union wait on BSD and should be cleaned up, XXX: but we're in a freeze right now. --- converters/hztty/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'converters') diff --git a/converters/hztty/Makefile b/converters/hztty/Makefile index 0d5533d8c8b..b897d29f86a 100644 --- a/converters/hztty/Makefile +++ b/converters/hztty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/03/03 05:51:08 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2012/06/18 02:09:21 dholland Exp $ DISTNAME= hztty-2.0 CATEGORIES= converters @@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir .if ${OPSYS} == "Interix" BUILD_TARGET= svr4 +.elif ${OPSYS} == "Linux" +BUILD_TARGET= linux .else BUILD_TARGET= bsd .endif -- cgit v1.2.3