mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
8 lines
147 B
Makefile
8 lines
147 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
PROG= rain
|
|
MAN6= rain.6
|
|
DPADD= ${LIBTERMCAP} ${LIBCOMPAT}
|
|
LDADD= -ltermcap -lcompat
|
|
|
|
.include <bsd.prog.mk>
|