blob: c2660e4999173dfe2722ace55a88b1d1bb544e7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$Id$
part of the "adjtime-linux" patch
--- openntpd-3.9p1.orig/openbsd-compat/Makefile.in 2006-05-14 05:29:19.000000000 +0000
+++ openntpd-3.9p1/openbsd-compat/Makefile.in 2007-01-28 20:49:48.000000000 +0000
@@ -9,7 +9,7 @@ OPENBSD= asprintf.o daemon.o errx.o inet
COMPAT= atomicio.o bsd-arc4random.o bsd-misc.o bsd-poll.o \
bsd-snprintf.o bsd-getifaddrs.o bsd-setresuid.o \
bsd-setresgid.o fake-rfc2553.o
-PORT= port-qnx.o
+PORT= port-linux.o port-qnx.o
VPATH=@srcdir@
CC=@CC@
|