06c779979a
libraries so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Get the default BINDIR correctly (by including ../Makefile.inc recursively. Override the default it it is wrong. Don't override defaults when the defaults are correct.
16 lines
315 B
Makefile
16 lines
315 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.5 1997/12/17 19:38:33 wollman Exp $
|
|
|
|
PROG= lprm
|
|
CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS}
|
|
.PATH: ${.CURDIR}/../common_source
|
|
DPADD= ${LIBLPR}
|
|
LDADD= ${LIBLPR}
|
|
|
|
BINOWN= root
|
|
BINGRP= daemon
|
|
BINMODE=6555
|
|
BINDIR= /usr/bin
|
|
|
|
.include <bsd.prog.mk>
|