]> granicus.if.org Git - pwauth/commitdiff
Add 'pwauth.tar' target to Makefile to make it easier to roll out tarballs
authorjan@unixpapa.com <jan@unixpapa.com@c81c378c-2084-11de-9b1d-7d4d678aad79>
Wed, 5 Oct 2011 13:46:03 +0000 (13:46 +0000)
committerjan@unixpapa.com <jan@unixpapa.com@c81c378c-2084-11de-9b1d-7d4d678aad79>
Wed, 5 Oct 2011 13:46:03 +0000 (13:46 +0000)
pwauth/Makefile

index da50906b10b56eeedffc171645a2406b4371f567..cb7780f704108f3cf746c8df2ee4356baeb985f9 100644 (file)
@@ -18,6 +18,13 @@ LOCALFLAGS= -g
 
 # -------------------- No User Servicable Parts Below -----------------------
 
+TAR= README INSTALL CHANGES FORM_AUTH Makefile main.c checkfaillog.c \
+       fail_check.c fail_log.c lastlog.c nologin.c snooze.c auth_aix.c \
+       auth_bsd.c auth_hpux.c auth_mdw.c auth_openbsd.c auth_pam.c \
+       auth_sun.c config.h fail_log.h pwauth.h unixgroup
+
+.PHONY: clean distclean
+
 CFLAGS= $(LOCALFLAGS)
 
 pwauth: main.o auth_aix.o auth_bsd.o auth_hpux.o auth_mdw.o auth_openbsd.o \
@@ -50,3 +57,6 @@ clean:
 
 distclean:
        rm -f *.o pwauth checkfaillog
+
+pwauth.tar: $(TAR)
+       tar cvf pwauth.tar $(TAR)