Home | History | Annotate | Line # | Download | only in sdiff
      1  1.3  christos #	$NetBSD: Makefile,v 1.3 2015/01/29 03:28:19 christos Exp $
      2  1.2     lukem 
      3  1.2     lukem WARNS?=	2	# XXX -Wcast-qual issues
      4  1.1     rmind 
      5  1.1     rmind PROG=	sdiff
      6  1.3  christos SRCS=	common.c edit.c sdiff.c
      7  1.3  christos CPPFLAGS+=-D_OPENBSD_SOURCE
      8  1.1     rmind 
      9  1.1     rmind LDADD+=	-lutil
     10  1.1     rmind DPADD+=	${LIBUTIL}
     11  1.1     rmind 
     12  1.1     rmind .include <bsd.prog.mk>
     13