Home | History | Annotate | Line # | Download | only in sed
Makefile revision 1.1.1.2
      1  1.1.1.1       mrg #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      2  1.1.1.2  christos # $FreeBSD: head/usr.bin/sed/Makefile 265420 2014-05-06 04:22:01Z imp $
      3  1.1.1.2  christos 
      4  1.1.1.2  christos .include <src.opts.mk>
      5      1.1       alm 
      6      1.1       alm PROG=	sed
      7      1.1       alm SRCS=	compile.c main.c misc.c process.c
      8      1.1       alm 
      9  1.1.1.2  christos WARNS?=	2
     10  1.1.1.2  christos 
     11  1.1.1.2  christos .if ${MK_TESTS} != "no"
     12  1.1.1.2  christos SUBDIR+= tests
     13  1.1.1.2  christos .endif
     14  1.1.1.2  christos 
     15      1.1       alm .include <bsd.prog.mk>
     16