cbd30a72ca
- 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
9 lines
126 B
Makefile
9 lines
126 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= unstr
|
|
MAN=
|
|
CFLAGS+= -I${FORTUNE_SRC}/strfile
|
|
|
|
.include <bsd.prog.mk>
|