blob: 9eedaf1a3b7ee14f8dc565678e6fb22ebb76251e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
/**/# Copyright 1988,1991 Massachusetts Institute of Technology.
/**/#
/**/# For copying and distribution information, see the file
/**/# "mit-copyright.h".
/**/#
/**/# $Source$
/**/# $Author$
/**/# $Zephyr: Imakefile,v 1.1 89/03/23 17:21:13 jtkohl Exp $
/**/#
#define have_subdirs
#define no_curdir_lint
SRCDIR= ${SRCTOP}/include
CODE= Imakefile
SUBDIRS= zephyr
#ifdef LOCAL_LIBS
all:: com_err.h ss
depend:: com_err.h ss
com_err.h:
ln -s ../et/lib/com_err.h .
ss:
ln -s ../ss/lib ss
#endif
|