summaryrefslogtreecommitdiffstats
path: root/sesman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/Makefile')
-rw-r--r--sesman/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/Makefile b/sesman/Makefile
index 4be042e2..ffd9623d 100644
--- a/sesman/Makefile
+++ b/sesman/Makefile
@@ -15,7 +15,7 @@ CFLAGS = -Wall -O2 -I../common
LDFLAGS = -L /usr/gnu/lib
CC = gcc
-all: nopam tools
+all: pam tools
nopam: $(SESMANOBJ) verify_user.o
$(CC) $(LDFLAGS) -o sesman $(SESMANOBJ) verify_user.o -ldl -lcrypt