Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / Usermode / Applications / login_src / Makefile
1 # Acess 2 Login Shell
2
3 -include ../Makefile.cfg
4
5 DBTYPE = tpl
6
7 OBJ = main.o database_$(DBTYPE).o
8 BIN = login
9 DIR = SBin
10
11 -include ../Makefile.tpl

UCC git Repository :: git.ucc.asn.au