aboutsummaryrefslogtreecommitdiffstats
path: root/src/etc-cleanup/Makefile
blob: 7c542c4a94fe459e7d7450d29dfe5b5b9764a4c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.SUFFIXES:
MAKEFLAGS += -r

ROOT = ../..
-include $(ROOT)/config.mk

PROG = etc-cleanup
TARGET = $(PROG)

MOD_HDRS = ../include/etc_groups.h

include $(ROOT)/src/prog.mk