Makefile - 9base - revived minimalist port of Plan 9 userland to Unix
git clone git://git.suckless.org/9base
Log
Files
Refs
README
LICENSE
---
Makefile (161B)
---
     1 # sleep - sleep unix port from plan9
     2 # Depends on ../lib9
     3 
     4 TARG      = sleep
     5 
     6 include ../std.mk
     7 
     8 # Solaris
     9 #LDFLAGS   += -dy -lrt
    10 
    11 pre-uninstall:
    12 
    13 post-install: