summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/common_source/Makefile
blob: 9d78a1fd8d7ec9045f0fa572777897908184c8a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.8 2002/09/18 13:31:54 lukem Exp $

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

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

# only needed during build
libinstall::

.include <bsd.lib.mk>