Makefile revision 1.15
1# $NetBSD: Makefile,v 1.15 2003/10/26 01:56:54 lukem Exp $ 2 3PROG= newsyslog 4SRCS= newsyslog.c 5 6MAN= newsyslog.8 7MLINKS+=newsyslog.8 newsyslog.conf.5 8 9.if ${MACHINE_ARCH} == "arm" 10# XXX gcc 3.3 generates a non-functional newsyslog without this 11COPTS.newsyslog.c+= -fno-gcse-lm 12.endif 13 14.include <bsd.prog.mk> 15