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