f328d583a2
COPTS towards the end of final CFLAGS so that it can be used to override Makefile and other defaults. Using it in Makefiles risks having options set using it clobbered when somebody uses it on the command line. Approved by: bde
8 lines
103 B
Makefile
8 lines
103 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= logger
|
|
CFLAGS+=-DINET6
|
|
|
|
.include <bsd.prog.mk>
|