1# From: @(#)Makefile 8.1 (Berkeley) 6/9/93 2# $FreeBSD: src/usr.bin/expand/Makefile,v 1.2.6.2 2002/07/09 10:42:30 tjr Exp $ 3# $DragonFly: src/usr.bin/expand/Makefile,v 1.2 2003/06/17 04:29:26 dillon Exp $ 4 5PROG= expand 6MLINKS= expand.1 unexpand.1 7 8.include <bsd.prog.mk> 9