Home | History | Annotate | Line # | Download | only in unstr
Makefile revision 1.1.1.1
      1  1.1  cgd #	@(#)Makefile	5.1 (Berkeley) 4/27/91
      2  1.1  cgd 
      3  1.1  cgd PROG=	unstr
      4  1.1  cgd NOMAN=	noman
      5  1.1  cgd CFLAGS+=-I${.CURDIR}/../strfile
      6  1.1  cgd 
      7  1.1  cgd .include <bsd.prog.mk>
      8