Commit 9e83e6cd authored by Ben Laurie's avatar Ben Laurie
Browse files

Make BSD make happy with subdirectories.

Reviewed-by: Richard Levitte
parent e36ce2d9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -45,6 +45,10 @@ HEADER= ssl_locl.h record/record_locl.h record/record.h

ALL=	$(GENERAL) $(SRC) $(HEADER)

# BSD make and GNU make disagree on where output goes
.c.o:
	$(CC) $(CFLAGS) -c $< -o $@

top:
	(cd ..; $(MAKE) DIRS=$(DIR) all)