mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
7 lines
133 B
Makefile
7 lines
133 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= msgs
|
|
DPADD= ${LIBTERMCAP} ${LIBCOMPAT}
|
|
LDADD= -ltermcap -lcompat
|
|
|
|
.include <bsd.prog.mk>
|