diff options
author | Roy Marples <roy@marples.name> | 2007-11-19 18:31:40 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-19 18:31:40 +0000 |
commit | 619c9dba3808c917dce01ea4b50c325da25ae453 (patch) | |
tree | 1bc0fbfae24901af25e2c193c9f3a1f60e21029a /etc.Linux/Makefile | |
parent | 88ccccc22a3f8938bcd43ffbe86d3b9c3c814ad3 (diff) |
Add a sample inittab
Diffstat (limited to 'etc.Linux/Makefile')
-rw-r--r-- | etc.Linux/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc.Linux/Makefile b/etc.Linux/Makefile new file mode 100644 index 00000000..1a4aa2a3 --- /dev/null +++ b/etc.Linux/Makefile @@ -0,0 +1,5 @@ +DIR = /etc +CONF = inittab + +TOPDIR = .. +include $(TOPDIR)/default.mk |