repo/extra/openntpd/build

6 lines
90 B
Plaintext
Raw Normal View History

2024-01-02 08:38:59 -07:00
#!/bin/sh -e
./configure --prefix=/usr --sbindir=/usr/bin
make
make DESTDIR="$1" install