xref: /netbsd-src/usr.sbin/lpr/common_source/Makefile (revision 28c37e673e4d9b6cbdc7483062b915cc61d1ccf5)
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