7 lines
84 B
Makefile
7 lines
84 B
Makefile
PROG= gspahextoc
|
|
SRCS= gspahextoc.l
|
|
NOMAN= noman
|
|
LDADD= -ll
|
|
|
|
.include <bsd.prog.mk>
|