OSDN Git Service

Fix no pic
[uclinux-h8/uClinux-dist.git] / user / fakeidentd / Makefile
1 EXEC = identd
2
3 all: $(EXEC)
4
5 $(EXEC):
6         CC=$(CC) sh identd.c $(CFLAGS) $(LDFLAGS) $(LDLIBS)
7
8 romfs:
9         $(ROMFSINST) /bin/$(EXEC)
10
11 clean:
12         -rm -f $(EXEC)