freebsd-dev/usr.sbin/i4b/g711conv/Makefile

15 lines
314 B
Makefile
Raw Normal View History

#---------------------------------------------------------------------------
#
1999-08-28 01:35:59 +00:00
# $FreeBSD$
#
# last edit-date: [Thu May 20 11:58:43 1999]
#
#---------------------------------------------------------------------------
PROG = g711conv
SRC = g711conv.c
2000-01-03 12:01:30 +00:00
CFLAGS += -Wall
MAN1 = g711conv.1
.include <bsd.prog.mk>