diff options
author | joerg <joerg@pkgsrc.org> | 2014-12-12 13:30:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-12-12 13:30:07 +0000 |
commit | 5bc63a014156d95bf7a9a9faf362a3aa1d028f72 (patch) | |
tree | 4f35fc6fe203d1dbfaac5c8fb63f9f22cb63804a /cross/Makefile | |
parent | c30e9c3cf97720d5382781c64ebd3c1a5cf73afa (diff) | |
download | pkgsrc-5bc63a014156d95bf7a9a9faf362a3aa1d028f72.tar.gz |
Remove cross/COMMON, nothing seems to use it and it hasn't t been
changed in a decade.
Diffstat (limited to 'cross/Makefile')
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cross/Makefile b/cross/Makefile index bc34e9c3e2a..388a3a13353 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.60 2014/04/06 16:15:06 jakllsch Exp $ +# $NetBSD: Makefile,v 1.61 2014/12/12 13:30:07 joerg Exp $ # COMMENT= Cross-platform development utilities -#SUBDIR+= COMMON # not a real package SUBDIR+= GenFw SUBDIR+= atasm SUBDIR+= avr-binutils |