7 lines
134 B
Makefile
7 lines
134 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $Id: Makefile,v 1.6 1994/09/20 00:37:13 mycroft Exp $
|
|
|
|
PROG= rm
|
|
|
|
.include <bsd.prog.mk>
|