Home | History | Annotate | Line # | Download | only in column
Makefile revision 1.6
      1  1.6  christos #	$NetBSD: Makefile,v 1.6 2006/08/26 18:17:41 christos Exp $
      2  1.3     glass #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3  1.1       cgd 
      4  1.1       cgd PROG=	column
      5  1.5  christos WARNS=	4
      6  1.1       cgd 
      7  1.6  christos LDADD+=-lutil
      8  1.6  christos DPADD+=${LIBUTIL}
      9  1.6  christos 
     10  1.1       cgd .include <bsd.prog.mk>
     11