19d02d39c9
WARNS=4 cleanup: include headers needed. don't initialize char * with const char *. fix main() declaration. fix shadowed variable. properly cast tcpcb members for printf(3) output. remove 'register'. remove unused arg. Reviewed by: tmm, bde
13 lines
152 B
Makefile
13 lines
152 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= trpt
|
|
WARNS?= 4
|
|
MAN= trpt.8
|
|
BINGRP= kmem
|
|
BINMODE= 2555
|
|
|
|
CFLAGS+= -DINET6
|
|
|
|
.include <bsd.prog.mk>
|