mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
c6db8143ed
Reduce overlinking
18 lines
240 B
Makefile
18 lines
240 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../common_source
|
|
|
|
BINDIR= /usr/bin
|
|
|
|
PROG= lprm
|
|
BINOWN= root
|
|
BINGRP= daemon
|
|
BINMODE= 6555
|
|
|
|
CFLAGS+= -I${.CURDIR}/../common_source
|
|
|
|
LIBADD= lpr
|
|
|
|
.include <bsd.prog.mk>
|