summaryrefslogtreecommitdiff
path: root/sysutils/open-vm-tools/patches/patch-services_plugins_timeSync_Makefile.am
blob: 8141be3f3aea31c08a53f303b7507155cd526596 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-services_plugins_timeSync_Makefile.am,v 1.2 2016/12/23 04:11:03 ryoon Exp $

--- services/plugins/timeSync/Makefile.am.orig	2016-09-29 10:07:01.000000000 +0000
+++ services/plugins/timeSync/Makefile.am
@@ -43,4 +43,8 @@ if LINUX
 libtimeSync_la_SOURCES += slewLinux.c
 libtimeSync_la_SOURCES += pllLinux.c
 endif
+if NETBSD
+libtimeSync_la_SOURCES += slewAdjtime.c
+libtimeSync_la_SOURCES += pllNone.c
+endif