Move sed over to the generic llist_t for append. Saves about 90 bytes.
[oweals/busybox.git] / sysklogd / Makefile
index 788958a664e8a8c79b782ebf32543fe3bb4fd46c..e6594f0255e0a53b69ae613b0ab2c6562c7306ea 100644 (file)
@@ -4,8 +4,12 @@
 #
 # Licensed under the GPL v2, see the file LICENSE in this tarball.
 
+ifndef top_srcdir
 top_srcdir=..
+endif
+ifndef top_builddir
 top_builddir=..
+endif
 srcdir=$(top_srcdir)/sysklogd
 SYSKLOGD_DIR:=./
 include $(top_builddir)/Rules.mak