1# Skinny Makefile
2PROGNAME = cidr_compare
3C_FILES = compare.c
4
5_DIRSRC=../..
6.include "${_DIRSRC}/Makefile.inc"
7