Makefile - 9base - revived minimalist port of Plan 9 userland to Unix
 (HTM) git clone git://git.suckless.org/9base
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       Makefile (367B)
       ---
            1 # mk - mk unix port from plan9
            2 # Depends on ../lib9
            3 
            4 TARG      = mk
            5 
            6 OFILES    = arc.o archive.o bufblock.o env.o file.o graph.o job.o lex.o \
            7             main.o match.o mk.o parse.o recipe.o rc.o rule.o run.o sh.o \
            8             shell.o shprint.o symtab.o var.o varsub.o word.o unix.o
            9 MANFILES  = mk.1
           10 
           11 include ../std.mk
           12 
           13 post-install:
           14 
           15 pre-uninstall:
           16 
           17 post-install: