freebsd-dev/usr.sbin/lpr/lpq/Makefile
Baptiste Daroussin c6db8143ed Convert usr.sbin to LIBADD
Reduce overlinking
2014-11-25 16:57:27 +00:00

16 lines
203 B
Makefile

# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
BINDIR= /usr/bin
PROG= lpq
BINOWN= root
BINGRP= daemon
BINMODE= 6555
CFLAGS+= -I${.CURDIR}/../common_source
LIBADD= lpr
.include <bsd.prog.mk>