mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-19 01:11:05 +01:00
8 lines
118 B
Makefile
8 lines
118 B
Makefile
PROG=lookbib
|
|
MAN1=lookbib.n
|
|
XLIBS=$(LIBBIB) $(LIBGROFF)
|
|
MLIB=$(LIBM)
|
|
OBJS=lookbib.o
|
|
CCSRCS=lookbib.cc
|
|
NAMEPREFIX=$(g)
|