freebsd-ports/ftp/lukemftpd/files/patch-src-Makefile.in
Daniel Harris d9c0b1517f Fix wtmp and utmp logging.
PR:		27720
Submitted by:	maintainer
2001-05-30 01:04:24 +00:00

13 lines
328 B
Plaintext

--- src/Makefile.in.old Sat May 26 16:33:44 2001
+++ src/Makefile.in Sat May 26 16:34:32 2001
@@ -22,8 +22,7 @@
INSTALL = @INSTALL@
PROG = ftpd
-OBJS = cmds.o conf.o ftpd.o ftpcmd.o popen.o @LSOBJS@
-# removed: logutmp.o logwtmp.o
+OBJS = cmds.o conf.o ftpd.o ftpcmd.o popen.o logutmp.o logwtmp.o @LSOBJS@
all: ${PROG}