Home | History | Annotate | Line # | Download | only in units
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 1998/09/27 17:22:12 lukem Exp $
      2 
      3 PROG=	units
      4 .if !defined(NOSHARE)
      5 FILES=  units.lib
      6 FILESDIR=/usr/share/misc
      7 .endif
      8 
      9 .include <bsd.prog.mk>
     10