diff options
author | sjg <sjg@FreeBSD.org> | 2014-11-30 18:46:34 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2014-11-30 18:46:34 +0000 |
commit | 65fe16c2bdcf9b91a8f9cc61de38787555b7c37c (patch) | |
tree | d7c6cd2c3dd9e451b003534d7a0d444cdfd59bde /gnu | |
parent | f7ea95e7a35c8e220c0216b7319189cf9679ae29 (diff) | |
download | FreeBSD-src-65fe16c2bdcf9b91a8f9cc61de38787555b7c37c.zip FreeBSD-src-65fe16c2bdcf9b91a8f9cc61de38787555b7c37c.tar.gz |
all is MAIN target
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/csu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile index 909d740..6f625f6 100644 --- a/gnu/lib/csu/Makefile +++ b/gnu/lib/csu/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.MAIN: all + .include <src.opts.mk> MK_SSP= no |