blob: 9e8721db8c07b712b0f8e8e4cfba895df15f4df3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Compile the generic sources.
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
libpkg.a:
ipdb.x ../import.h ../ipfcn.h \
<error.h> <evvexpr.h> <imhdr.h> <mach.h>
ipfio.x ../import.h <fset.h> <mach.h>
ipobands.x ../import.h ../ipfcn.h <error.h> <evvexpr.h> \
<fset.h> <mach.h>
ipproc.x ../import.h <evvexpr.h> <imhdr.h> <mach.h>
;
|