mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
Prefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/foo
over ${.CURDIR}/../foo for paths in Makefiles.
Differential Revision: https://reviews.freebsd.org/D9932
Sponsored by: Netflix
Silence on: arch@ (twice)
12 lines
163 B
Makefile
12 lines
163 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
|
# $FreeBSD$
|
|
|
|
PROG= rsh
|
|
CFLAGS+=-I${SRCTOP}/libexec/rlogind
|
|
|
|
PACKAGE=rcmds
|
|
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
|
|
.include <bsd.prog.mk>
|