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