CFLAGS+= -g -Wall all: ethvend ethvend.c: ethcodes.h ethcodes.h: Ethernet-codes awk -f eth2c.awk < ${.ALLSRC} > ${.TARGET} clean:: rm -f ethvend rm -f ethcodes.h