diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-11-30 18:45:46 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-11-30 18:45:46 +0000 |
commit | 61ad1ff58d4e7a8c21f05066d9a05aad2f84d291 (patch) | |
tree | d79afc6f54559041ce0988fbfe99e39fcac9d67c /targets/pseudo/universe/Makefile | |
parent | 6e7d005c833f3480a0d24e30172cf3441e0e2f65 (diff) | |
download | src-61ad1ff58d4e7a8c21f05066d9a05aad2f84d291.tar.gz src-61ad1ff58d4e7a8c21f05066d9a05aad2f84d291.zip |
Renamed pkgs/ targets/
Notes
Notes:
svn path=/projects/bmake/; revision=275339
Diffstat (limited to 'targets/pseudo/universe/Makefile')
-rw-r--r-- | targets/pseudo/universe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/pseudo/universe/Makefile b/targets/pseudo/universe/Makefile index 85b6b7189477..ef696d330e01 100644 --- a/targets/pseudo/universe/Makefile +++ b/targets/pseudo/universe/Makefile @@ -32,7 +32,7 @@ # # this is the RELDIR of the target we build -UNIVERSE_TARGET_RELDIR?= pkgs/pseudo/the-lot +UNIVERSE_TARGET_RELDIR?= targets/pseudo/the-lot # the list of machines TARGET_MACHINE_LIST = i386 amd64 |