diff options
Diffstat (limited to 'trans')
-rw-r--r-- | trans/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/Makefile b/trans/Makefile index 1b960ec7..830c8bc2 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -8,7 +8,7 @@ CFLAGS+= -DPTTBBS_UTIL BBSBASE= $(SRCROOT)/include/var.h UTIL_OBJS= \ - util_cache.o util_record.o util_passwd.o util_var.o + util_cache.o util_passwd.o util_var.o MBBSD_OBJS= \ cache record passwd var |