aboutsummaryrefslogtreecommitdiffstats
path: root/src/etc-cleanup/Makefile
blob: c8a12476e8ed97d95a5e09e5ce445489c099cb96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.SUFFIXES:
ROOT = ../..
-include $(ROOT)/config.mk

PROG = etc-cleanup
TARGET = $(PROG)

MOD_HDRS = ../include/etc_groups.h

include $(ROOT)/src/prog.mk