Home | History | Annotate | Line # | Download | only in lib
      1  1.3  dholland #	$NetBSD: Makefile,v 1.3 2008/03/09 22:44:41 dholland Exp $
      2  1.1  christos #	@(#)Makefile	8.1 (Berkeley) 6/4/93
      3  1.1  christos 
      4  1.3  dholland NOMAN=# defined (must be above bsd.own.mk)
      5  1.3  dholland 
      6  1.2  christos .include <bsd.own.mk>
      7  1.1  christos USE_SHLIBDIR=	yes
      8  1.1  christos 
      9  1.1  christos LIB=	foo
     10  1.1  christos SRCS=	foosrc.c
     11  1.1  christos 
     12  1.1  christos .include <bsd.lib.mk>
     13