1# $NetBSD: Makefile,v 1.4 1999/02/13 02:54:59 lukem Exp $ 2 3LIB= common 4SRCS= common.c displayq.c rmjob.c startdaemon.c 5 6MKPROFILE= no 7MKPIC= no 8 9# only needed during build 10libinstall:: 11 12.include <bsd.lib.mk> 13