diff options
author | Kenneth G Raeburn <raeburn@mit.edu> | 1990-11-16 10:16:37 +0000 |
---|---|---|
committer | Kenneth G Raeburn <raeburn@mit.edu> | 1990-11-16 10:16:37 +0000 |
commit | adb1a8249ec8bb17b448c22bc1deb796b86109c9 (patch) | |
tree | 5124018a52501f65e5e02b0018fa0b8abed43589 /Imakefile | |
parent | 2089d96b8c7236f5650a9b004cd04c726452707d (diff) |
Added new libdyn subdir.
Diffstat (limited to 'Imakefile')
-rw-r--r-- | Imakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ CODE=Imakefile #ifdef LOCAL_LIBS LOC_SUBDIRS = et ss #endif /*LOCAL_LIBS*/ -SUBDIRS= ${LOC_SUBDIRS} include lib clients server zhm zwgc ozwgc man +SUBDIRS= ${LOC_SUBDIRS} include lib libdyn clients server zhm zwgc ozwgc man /* Need to make sure `all' is the first target */ all:: /**/# we need to remove these here; it is not appropriate to remove them |