diff options
author | he <he@pkgsrc.org> | 2021-12-18 10:16:04 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2021-12-18 10:16:04 +0000 |
commit | 335bf2835ab06731552b3ecc210e7121d2b15bb7 (patch) | |
tree | a5ccb4528c67a872cf97e1150f79d27292f82727 | |
parent | 3bda48bf71543cf5a66d971faf91f056e70dff3b (diff) | |
download | pkgsrc-335bf2835ab06731552b3ecc210e7121d2b15bb7.tar.gz |
Note that this is also used by emulators/compat90/Makefile
-rw-r--r-- | emulators/compat_netbsd/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/compat_netbsd/Makefile.common b/emulators/compat_netbsd/Makefile.common index b1681a8b4f7..cc56d2730e0 100644 --- a/emulators/compat_netbsd/Makefile.common +++ b/emulators/compat_netbsd/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2019/10/15 12:03:42 he Exp $ +# $NetBSD: Makefile.common,v 1.16 2021/12/18 10:16:04 he Exp $ # # Common infrastructure for NetBSD compat* packages. # @@ -36,6 +36,7 @@ # used by emulators/compat61/Makefile # used by emulators/compat61-x11/Makefile # used by emulators/compat80/Makefile +# used by emulators/compat90/Makefile CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_LOCAL:=${DIST_SUBDIR}${DIST_SUBDIR:D/}} |