6 lines
77 B
Makefile
6 lines
77 B
Makefile
PROG=pfbtops
|
|
MAN1=pfbtops.n
|
|
OBJS=pfbtops.o
|
|
CSRCS=pfbtops.c
|
|
XLIBS=$(LIBGROFF)
|