This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats/dl/extauth/Makefile
2004-02-12 22:18:57 +00:00

8 lines
166 B
Makefile

SRCS = $(extauth_src)
TARGET = extauth.so
DISTFILES = serviceroots.c Makefile
include ../Makefile.inc
install: $(TARGET)
$(INSTALL_MOD) $(TARGET) $(MODDIRECTORY)