9 lines
134 B
Makefile
9 lines
134 B
Makefile
|
# @(#)Makefile 5.8 (Berkeley) 6/19/90
|
||
|
|
||
|
PROG= cpio
|
||
|
MAN1= cpio.0
|
||
|
MAN5= cpioformat.0
|
||
|
MLINKS= cpioformat.5 cpio.5
|
||
|
|
||
|
.include <bsd.prog.mk>
|