c8194f0876
headers, and a few other insignificant changes.
10 lines
195 B
Makefile
10 lines
195 B
Makefile
# $Id: Makefile,v 1.3 1993/08/02 17:44:37 mycroft Exp $
|
|
|
|
PROG= pfbtops
|
|
LDADD+= $(LIBGROFF)
|
|
DPADD+= $(LIBGROFF)
|
|
|
|
.include "../../Makefile.inc"
|
|
.include "../Makefile.cfg"
|
|
.include <bsd.prog.mk>
|