[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / newsyslog

File: [local] / src / usr.bin / newsyslog / Makefile (download)

Revision 1.7, Wed Jun 1 16:57:48 2016 UTC (7 years, 11 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, HEAD
Changes since 1.6: +1 -9 lines

instead of using the makefile to override ancient defaults in the code,
change the code to reflect modern reality.
ok deraadt millert natano

#	$OpenBSD: Makefile,v 1.7 2016/06/01 16:57:48 tedu Exp $

PROG=	newsyslog

BINOWN=	root

MAN=	newsyslog.8

.include <bsd.prog.mk>