xref: /netbsd/usr.sbin/lpr/common_source/Makefile (revision c4a72b64)
1#	$NetBSD: Makefile,v 1.8 2002/09/18 13:31:54 lukem Exp $
2
3NOLINT=		# defined
4NOPIC=		# defined
5NOPROFILE=	# defined
6
7LIB=	common
8SRCS=	common.c common_vars.c displayq.c fatal.c rmjob.c startdaemon.c
9
10# only needed during build
11libinstall::
12
13.include <bsd.lib.mk>
14