diff options
author | obache <obache@pkgsrc.org> | 2014-03-02 09:36:56 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-03-02 09:36:56 +0000 |
commit | 0711890d162a5116d314f7202112b0ff726eeddf (patch) | |
tree | 1400aa07b9b3fe97a74736f9270f2a80ed687a3d /pkgtools/pkglint | |
parent | f9d8ad7062c92ad1738268d595a4201c8713976f (diff) | |
download | pkgsrc-0711890d162a5116d314f7202112b0ff726eeddf.tar.gz |
more EMUL_OPSYS supported in pkgsrc.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index 53a285a1c2a..36b41200312 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.245 2014/03/02 06:15:01 obache Exp $ +# $NetBSD: makevars.map,v 1.246 2014/03/02 09:36:56 obache Exp $ # # This file contains the guessed type of some variables, according to @@ -318,7 +318,7 @@ EMUL_ARCH { i386 none } [$system] EMUL_DISTRO Identifier [$system] EMUL_IS_NATIVE Yes [$system] EMUL_MODULES.* List of Identifier [$package] -EMUL_OPSYS { linux } [$system] +EMUL_OPSYS { freebsd hpux irix linux osf1 solaris sunos none } [$system] EMUL_PKG_FMT { plain rpm } [$package] EMUL_PLATFORM EmulPlatform [$user] EMUL_PLATFORMS List of EmulPlatform [$package] |