summaryrefslogtreecommitdiff
path: root/usr.sbin/bootp/bootptest/Makefile
blob: 9faa9d66f6a2b22010d1ba260a92c63c872826c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.3 2008/08/29 00:02:25 gmcgarry Exp $

PROG=	bootptest
SRCS=	bootptest.c print-bootp.c getether.c
MAN=	bootptest.8

.include <bsd.prog.mk>

.if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC)
COPTS.print-bootp.c+=	-Wno-pointer-sign
.endif
the default, and there is no -mthumb in gcc 4.8christos 2013-10-07iMX233/OLinuXino changes from Petri Laskso.matt 2013-08-15Add CPPFLAGS+= -mno-thumb -mno-thumb-interworkmatt 2013-06-23Add -fno-unwind-tablesmatt 2013-02-23Contribution from Petri Laakso:jkunz 2013-02-06gcc will supply -Wa,-eabi=gnu so don't include. Use -mabi=apcs-base, not atpcsmatt 2013-02-05Add a ${MKTARGET_LINK}matt 2013-02-05Make sure these are always compiled with -mabi=atpcs -mfloat-abi=softmatt 2012-11-20Add initial support for Olimex iMX233 based OLinuXino boards.jkunz