NetBSD/usr.bin/newsyslog/Makefile

15 lines
307 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.15 2003/10/26 01:56:54 lukem Exp $
PROG= newsyslog
SRCS= newsyslog.c
1994-12-22 15:29:38 +03:00
MAN= newsyslog.8
1999-12-07 14:28:13 +03:00
MLINKS+=newsyslog.8 newsyslog.conf.5
.if ${MACHINE_ARCH} == "arm"
# XXX gcc 3.3 generates a non-functional newsyslog without this
COPTS.newsyslog.c+= -fno-gcse-lm
.endif
.include <bsd.prog.mk>