Make LCALL like LJMP and avoid segmentation faults parsing segments (!).
[unix-history] / usr / src / usr.bin / whatis / Makefile
# @(#)Makefile 5.3 (Berkeley) %G%
PROG= whatis
SRCS= whatis.c config.c
.PATH: ${.CURDIR}/../man
.include "../../Makefile.inc"
.include <bsd.prog.mk>