diff options
author | avos <avos@FreeBSD.org> | 2016-05-18 10:59:16 +0000 |
---|---|---|
committer | avos <avos@FreeBSD.org> | 2016-05-18 10:59:16 +0000 |
commit | b56c0ce9bf9e3464e31f8c1cc5cca3a3b265ab91 (patch) | |
tree | 1653e981e9b49e4f87cc5ba87e92ead51789855b /targets/Makefile | |
parent | 6147552d9a666cda3a8c83234332415d38f4f2af (diff) | |
download | FreeBSD-src-b56c0ce9bf9e3464e31f8c1cc5cca3a3b265ab91.zip FreeBSD-src-b56c0ce9bf9e3464e31f8c1cc5cca3a3b265ab91.tar.gz |
targets/Makefile: fix a typo (derrived -> derived).
Diffstat (limited to 'targets/Makefile')
-rw-r--r-- | targets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/Makefile b/targets/Makefile index b5be7d2..8040953 100644 --- a/targets/Makefile +++ b/targets/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -# This is the top-level makefile - derrived from the Junos version +# This is the top-level makefile - derived from the Junos version # # If a subdir that matches the requested target exists, we assume # a build target and initialize DIRDEPS, dirdeps.mk does the rest. |