8 lines
169 B
Makefile
8 lines
169 B
Makefile
# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.2 1993/07/31 15:25:43 mycroft Exp $
|
|
|
|
PROG= basename
|
|
MLINKS= basename.1 dirname.1
|
|
|
|
.include <bsd.prog.mk>
|