8 lines
166 B
Makefile
8 lines
166 B
Makefile
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.2 1993/07/31 15:23:35 mycroft Exp $
|
|
|
|
PROG= expand
|
|
MLINKS= expand.1 unexpand.1
|
|
|
|
.include <bsd.prog.mk>
|