mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
13 lines
197 B
Makefile
13 lines
197 B
Makefile
# Makefile for pfbtops
|
|
|
|
PROG= pfbtops
|
|
SRCS= pfbtops.c
|
|
LDADD+= ${LIBGROFF}
|
|
DPADD+= ${LIBGROFF}
|
|
|
|
MANDEPEND= pfbtops.1
|
|
CLEANFILES+= ${MANDEPEND}
|
|
|
|
.include "../Makefile.cfg"
|
|
.include <bsd.prog.mk>
|