]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - tools/accounting/Makefile
netfilter: ipvs: don't check for presence of nat extension
[mirror_ubuntu-artful-kernel.git] / tools / accounting / Makefile
CommitLineData
d522b2cd
SK
1CC := $(CROSS_COMPILE)gcc
2CFLAGS := -I../../usr/include
3
4PROGS := getdelays
5
6all: $(PROGS)
7
8clean:
9 rm -fr $(PROGS)