diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-11-30 18:46:34 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-11-30 18:46:34 +0000 |
| commit | cbf53e73115708b26bdb887a0cb5b00682c2ea92 (patch) | |
| tree | d7c6cd2c3dd9e451b003534d7a0d444cdfd59bde /gnu | |
| parent | 61ad1ff58d4e7a8c21f05066d9a05aad2f84d291 (diff) | |
Notes
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 909d740c5d7d..6f625f683df5 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 |
