head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2002.12.25.23.28.07; author swiergot; state Exp; branches; next ; desc @@ 1.1 log @- Initial release. - Version 1.3. @ text @--- Makefile.orig Thu Jan 14 01:19:14 1999 +++ Makefile Sun Jun 23 22:07:30 2002 @@@@ -3,8 +3,8 @@@@ CC = gcc # remove the -DUSE_PAM, -ldl, and -lpam if you aren't using PAM RPM_OPT_FLAGS=-O2 -CFLAGS = $(RPM_OPT_FLAGS) -DUSE_PAM -LDFLAGS = -ldl -lpam -lpam_misc +CFLAGS = $(AM_CFLAGS) -DSHADOW_PWD +LDFLAGS = -lcrypt OBJS = vlock.o signals.o help.o terminal.o input.o @ .