summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/lpd/Makefile
blob: 4af9d844a3cb44e0eade7980b5dbd3854d96929c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
#	$OpenBSD: Makefile,v 1.6 2015/09/29 02:37:29 millert Exp $

PROG=	lpd
CFLAGS+=-I${.CURDIR}/../common_source
MAN=	lpd.8
SRCS=	lpd.c printjob.c recvjob.c displayq.c rmjob.c startdaemon.c \
	lpdchar.c common.c key.c modes.c common_vars.c allowedhost.c
BINGRP=	daemon
BINMODE=2550
.PATH:	${.CURDIR}/../common_source

.include "../../Makefile.inc"
.include <bsd.prog.mk>