Edit

kmx.io/truncate/Makefile

Branch :

  • Show log

    Commit

  • Author : Thomas de Grivel
    Date : 2013-10-24 16:30:08
    Hash : f735e649
    Message : truncate

  • Makefile
  • PROG = truncate
    NOMAN = 1
    
    .ifmake install
    DESTDIR ?= /usr/local
    BINDIR ?= /bin
    .endif
    
    .include <bsd.prog.mk>