diff options
author | John Kohl <jtkohl@mit.edu> | 1989-03-23 12:26:13 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1989-03-23 12:26:13 +0000 |
commit | ceff5e539c07014b93b042b7ae7ededf65e26b62 (patch) | |
tree | 2adb2da1597de4bb61f04761c3745449c4a793fd /h | |
parent | 5e4ba2dd9bb0c128e57188357e549518997e3168 (diff) |
remove SUBDIRS, add target for all::
Diffstat (limited to 'h')
-rw-r--r-- | h/zephyr/Imakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h/zephyr/Imakefile b/h/zephyr/Imakefile index 57ed509..7e0aed3 100644 --- a/h/zephyr/Imakefile +++ b/h/zephyr/Imakefile @@ -11,4 +11,4 @@ SRCDIR= ${SRCTOP}/include/zephyr HDRS= acl.h krb_err.h mit-copyright.h zephyr.h zephyr_conf.h zephyr_err.h zephyr_internal.h zsyslog.h CODE= ${HDRS} Imakefile -SUBDIRS= zephyr +all:: |