From b02b5bc5d482fc65299d4a58766eecc48afb1daf Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 13 Apr 2003 14:21:56 +0000 Subject: [PATCH] Oops. Back out a style "fix" in the previous commit. SRCS must be defined although there is only one file in it because the file is misnamed main.c so the default of isdntest.c doesn't work. --- usr.sbin/i4b/isdntest/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/i4b/isdntest/Makefile b/usr.sbin/i4b/isdntest/Makefile index 2802f1fee236..88b491a8c8c9 100644 --- a/usr.sbin/i4b/isdntest/Makefile +++ b/usr.sbin/i4b/isdntest/Makefile @@ -2,6 +2,7 @@ PROG= isdntest MAN= isdntest.8 +SRCS= main.c install: @${ECHO} "isdntest is not installed automatically"