summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/common_source/Makefile
blob: 72d710fd62d95761ff6819a6e6072d66a5e70017 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.7 2001/12/12 01:48:52 tv Exp $

LIB=	common
SRCS=	common.c common_vars.c displayq.c fatal.c rmjob.c startdaemon.c

NOLINT=		# defined
NOPIC=		# defined
NOPROFILE=	# defined

# only needed during build
libinstall::

.include <bsd.lib.mk>