Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile - 9base - revived minimalist port of Plan 9 userland to Unix
git clone git://git.suckless.org/9base
Log
Files
Refs
README
LICENSE
---
Makefile (320B)
---
1 # yacc - yacc unix port from plan9
2 # Depends on ../lib9
3
4 TARG = yacc
5
6 include ../std.mk
7
8 pre-uninstall:
9 rm -f ${DESTDIR}${PREFIX}/yacc/yaccpar
10 rm -f ${DESTDIR}${PREFIX}/yacc/yaccpars
11
12 post-install:
13 @mkdir -p ${DESTDIR}${PREFIX}/yacc
14 @cp yaccpar ${DESTDIR}${PREFIX}/yacc/
15 @cp yaccpars ${DESTDIR}${PREFIX}/yacc/
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.