Home | History | Annotate | Line # | Download | only in unstr
Makefile revision 1.2
      1 #	from: @(#)Makefile	5.1 (Berkeley) 4/27/91
      2 #	$Id: Makefile,v 1.2 1993/08/01 05:45:17 mycroft Exp $
      3 
      4 PROG=	unstr
      5 NOMAN=	noman
      6 CFLAGS+=-I${.CURDIR}/../strfile
      7 
      8 .include <bsd.prog.mk>
      9