diff options
author | gjb <gjb@FreeBSD.org> | 2016-02-24 03:05:05 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-02-24 03:05:05 +0000 |
commit | 9be9d7b0c99468cd184d9584e7d3ade2bf57c389 (patch) | |
tree | 95f74c132d855750f6640e28872d81c83a5aaf6f /Makefile | |
parent | aa9140456c8d1c68e238f8d94326c7771cf7ac5a (diff) | |
download | FreeBSD-src-9be9d7b0c99468cd184d9584e7d3ade2bf57c389.zip FreeBSD-src-9be9d7b0c99468cd184d9584e7d3ade2bf57c389.tar.gz |
Include a 'package-pkg' target, intended for use for
architectures we do not provide upstream pkg(8) packages.
This is not tied to anything as-is, and likely will break
your system if used (based on experience with testing with
powerpc).
There is an overwhelming amount of evil happening here,
so until the issues are fixed, it will not be tied into the
'packages' target.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ TGTS= all all-man buildenv buildenvvars buildkernel buildworld \ build32 builddtb distribute32 install32 xdev xdev-build xdev-install \ xdev-links native-xtools stageworld stagekernel stage-packages \ create-world-packages create-kernel-packages create-packages \ - packages installconfig real-packages sign-packages + packages installconfig real-packages sign-packages package-pkg TGTS+= ${SUBDIR_TARGETS} |