1 1.2 christos # $NetBSD: 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 christos .include <bsd.own.mk> 5 1.1 christos USE_SHLIBDIR= yes 6 1.1 christos 7 1.2 christos MKMAN=no 8 1.1 christos LIB= foo 9 1.1 christos SRCS= foosrc.c 10 1.1 christos 11 1.1 christos .include <bsd.lib.mk> 12