From cbf53e73115708b26bdb887a0cb5b00682c2ea92 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Sun, 30 Nov 2014 18:46:34 +0000 Subject: [PATCH] all is MAIN target --- gnu/lib/csu/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile index 909d740c5d7..6f625f683df 100644 --- a/gnu/lib/csu/Makefile +++ b/gnu/lib/csu/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.MAIN: all + .include MK_SSP= no