From d2df975828efec9133d97c53b1b0bb4e29f2ce30 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 11 May 2002 17:45:03 +0000 Subject: Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB. --- lib/csu/alpha/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/csu/alpha') diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile index 5528e4e..e4fd425 100644 --- a/lib/csu/alpha/Makefile +++ b/lib/csu/alpha/Makefile @@ -8,10 +8,7 @@ OBJS+= gcrt1.o CFLAGS+= -Wall -Wno-unused \ -I${.CURDIR}/../common \ -I${.CURDIR}/../../libc/include -NOMAN= true -NOPIC= true -NOPROFILE= true -INTERNALLIB= true +NOLIB= true all: ${OBJS} ${SOBJS} -- cgit v1.1