allow limited 8-bit support; allow [TCP] as an alias for [IPC], even
[unix-history] / usr / src / usr.sbin / arp / Makefile
CommitLineData
de44f698 1# @(#)Makefile 5.3 (Berkeley) %G%
5fe4c5d2 2
de44f698
KB
3PROG= arp
4BINGRP= kmem
5BINMODE=2555
6MAN8= arp.0
5fe4c5d2 7
de44f698 8.include <bsd.prog.mk>