1# @(#)Makefile 8.1 (Berkeley) 6/6/93 2# $FreeBSD$ 3 4.include <bsd.own.mk> 5 6PROG= logger 7WARNS?= 6 8 9.if ${MK_INET6_SUPPORT} != "no" 10CFLAGS+= -DINET6 11.endif 12 13.include <bsd.prog.mk> 14