1 1.2.4.1 matt # Makefile,v 1.2 2007/05/19 20:52:03 christos Exp 2 1.1 christos # @(#)Makefile 8.1 (Berkeley) 6/4/93 3 1.1 christos 4 1.2.4.1 matt NOMAN=# defined (must be above bsd.own.mk) 5 1.2.4.1 matt 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