blob: 9f2b015641601cfa3a67dddb0b518e353a044c7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/**/# Copyright 1988,1993 Massachusetts Institute of Technology
/**/# For copying and distribution information, see the file
/**/# "mit-copyright.h"
/**/#
/**/# $Id$
#define Project
#ifndef ProjectRules
#define ProjectRules "config/zephyr.rules"
#include ProjectRules
#endif
#define ISUBDIRS util include lib libdyn clients server zhm zwgc /* man */
create_dir($(ZLIBDIR))
|