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

MOD = etc-cleanup
MOD_DIR = $(ROOT)/src/$(MOD)
PROG = $(MOD_DIR)/$(MOD)
TARGET = $(PROG)

EXTRA_HDRS = ../include/etc_groups.h

include $(ROOT)/src/prog.mk