blob: b38ee3dfd1c958993f59d18880724e4bcc8f20dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Make generic routines.
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
libpkg.a:
fixcol.x <imhdr.h> <imset.h>
fixline.x <imhdr.h> <imset.h>
;
|