freebsd-dev/gnu/usr.bin/binutils/Makefile.inc

12 lines
110 B
PHP
Raw Normal View History

#
1999-08-27 23:37:10 +00:00
# $FreeBSD$
#
.if (${TARGET_ARCH} == "alpha")
WARNS?= 2
.else
WARNS?= 3
.endif
.include "../Makefile.inc"