From 1b23a3102ed078a03f0d4ad56253281f17dce1ac Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 12 May 2002 13:54:42 +0000 Subject: Back out last commit. I expect our bsd.*.mk gods to remove the need for defining so many extra things in addition to INTERNALLIB. We don't like repetitive C code and we shouldn't for make code either. --- sys/boot/alpha/libalpha/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/boot/alpha') diff --git a/sys/boot/alpha/libalpha/Makefile b/sys/boot/alpha/libalpha/Makefile index 068bd2e..a3fe818 100644 --- a/sys/boot/alpha/libalpha/Makefile +++ b/sys/boot/alpha/libalpha/Makefile @@ -1,6 +1,8 @@ # $FreeBSD$ LIB= alpha +NOPIC= true +NOPROFILE= true INTERNALLIB= true CFLAGS+= -ffreestanding -- cgit v1.1