mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
10 lines
67 B
Makefile
10 lines
67 B
Makefile
|
|
# $Id$
|
||
|
|
#
|
||
|
|
PROG=msg
|
||
|
|
SRCS= msg.c
|
||
|
|
NOMAN=yes
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|
||
|
|
|
||
|
|
|