mirror of https://github.com/F-Stack/f-stack.git
10 lines
119 B
Makefile
10 lines
119 B
Makefile
|
# @(#)Makefile 8.2 (Berkeley) 4/18/94
|
||
|
# $FreeBSD$
|
||
|
|
||
|
TOPDIR?=${CURDIR}/../..
|
||
|
|
||
|
PROG=arp
|
||
|
|
||
|
include ${TOPDIR}/tools/prog.mk
|
||
|
|