diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-18 02:09:21 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-18 02:09:21 +0000 |
commit | 12455b1bb5fe21e5b8a6f8d0f8aad893370a79e2 (patch) | |
tree | f39745c9f6c24fd15cd416fddbd6910554bfc2e2 /converters/hztty | |
parent | 60cbd7f5dae7ccd90e691bc1eb1eabfe8421d044 (diff) | |
download | pkgsrc-12455b1bb5fe21e5b8a6f8d0f8aad893370a79e2.tar.gz |
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.
Diffstat (limited to 'converters/hztty')
-rw-r--r-- | converters/hztty/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |