freebsd-dev/usr.bin/fortune/Makefile.inc
Enji Cooper cbd30a72ca usr.bin/fortune: convert to OBJTOP/SRCTOP idioms
- Use OBJTOP/SRCTOP-relative paths when looking for include files and
  strfile.
- Add FORTUNES_OBJ and FORTUNES_SRC to abbreviate usr.bin/fortune
  pathing.

This is being done to simplify make output/idioms.

MFC after:	1 week
Reviewed by:	bdrewery
Sponsored by:	Dell EMC Isilon
Differential Revision:	D9916
2017-03-08 05:31:54 +00:00

7 lines
134 B
Makefile

# $FreeBSD$
FORTUNE_SRC= ${SRCTOP}/usr.bin/fortune
FORTUNE_OBJ= ${OBJTOP}/usr.bin/fortune
.include "${SRCTOP}/usr.bin/Makefile.inc"